Skip to content

Commit ea46fcf

Browse files
committed
NOTICK: Bump version to 4.6.3
1 parent 10ae49d commit ea46fcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

common/logging/src/main/kotlin/net/corda/common/logging/Constants.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ package net.corda.common.logging
99
* (originally added to source control for ease of use)
1010
*/
1111

12-
internal const val CURRENT_MAJOR_RELEASE = "4.6.3-RC01"
12+
internal const val CURRENT_MAJOR_RELEASE = "4.6.3"

constants.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# their own projects. So don't get fancy with syntax!
44

55
cordaVersion=4.6.3
6-
versionSuffix=RC01
6+
versionSuffix=
77
gradlePluginsVersion=5.0.11
88
kotlinVersion=1.2.71
99
java8MinUpdateVersion=171

docker/src/bash/example-mini-network.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
#!/usr/bin/env bash
22
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
33
NETWORK_NAME=mininet
4-
CORDAPP_VERSION="4.6.3-RC01"
5-
DOCKER_IMAGE_VERSION="corda-zulu-4.6.3-RC01"
4+
CORDAPP_VERSION="4.6.3"
5+
DOCKER_IMAGE_VERSION="corda-zulu-4.6.3"
66

77
mkdir cordapps
88
rm -f cordapps/*

0 commit comments

Comments
 (0)