diff --git a/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt b/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt index 8d2d10d04f..b08dda81d7 100644 --- a/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt +++ b/common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt @@ -9,4 +9,4 @@ package net.corda.common.logging * (originally added to source control for ease of use) */ -internal const val CURRENT_MAJOR_RELEASE = "4.5-SNAPSHOT" \ No newline at end of file +internal const val CURRENT_MAJOR_RELEASE = "4.6-SNAPSHOT" diff --git a/constants.properties b/constants.properties index 3dd54c0bf0..fa43460473 100644 --- a/constants.properties +++ b/constants.properties @@ -2,7 +2,7 @@ # because some versions here need to be matched by app authors in # their own projects. So don't get fancy with syntax! -cordaVersion=4.5 +cordaVersion=4.6 versionSuffix=SNAPSHOT gradlePluginsVersion=5.0.8 kotlinVersion=1.2.71 diff --git a/docker/src/bash/example-mini-network.sh b/docker/src/bash/example-mini-network.sh index 4d1630809b..0f1e116d7a 100755 --- a/docker/src/bash/example-mini-network.sh +++ b/docker/src/bash/example-mini-network.sh @@ -1,8 +1,8 @@ #!/usr/bin/env bash NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3") NETWORK_NAME=mininet -CORDAPP_VERSION="4.5-SNAPSHOT" -DOCKER_IMAGE_VERSION="corda-zulu-4.5-snapshot" +CORDAPP_VERSION="4.6-SNAPSHOT" +DOCKER_IMAGE_VERSION="corda-zulu-4.6-snapshot" mkdir cordapps rm -f cordapps/*