Skip to content

Commit

Permalink
NOTICK: Bump version to 4.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nargas-ritu committed Nov 5, 2021
1 parent 42885c2 commit 6ff43d0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.6-RC01"
internal const val CURRENT_MAJOR_RELEASE = "4.5.6"
2 changes: 1 addition & 1 deletion constants.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# their own projects. So don't get fancy with syntax!

cordaVersion=4.5.6
versionSuffix=RC01
versionSuffix=
gradlePluginsVersion=5.0.8
kotlinVersion=1.2.71
java8MinUpdateVersion=171
Expand Down
4 changes: 2 additions & 2 deletions docker/src/bash/example-mini-network.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/env bash
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
NETWORK_NAME=mininet
CORDAPP_VERSION="4.5.6-RC01"
DOCKER_IMAGE_VERSION="corda-zulu-4.5.6-RC01"
CORDAPP_VERSION="4.5.6"
DOCKER_IMAGE_VERSION="corda-zulu-4.5.6"

mkdir cordapps
rm -f cordapps/*
Expand Down

0 comments on commit 6ff43d0

Please sign in to comment.