mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
[NOTICK] Bump OS release version 4.5 (#5915)
[NOTICK] Bump OS release version 4.5 (#5915)
This commit is contained in:
commit
0c9b41591f
@ -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.4-SNAPSHOT"
|
||||
internal const val CURRENT_MAJOR_RELEASE = "4.5-SNAPSHOT"
|
||||
|
@ -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.4
|
||||
cordaVersion=4.5
|
||||
versionSuffix=SNAPSHOT
|
||||
gradlePluginsVersion=5.0.6
|
||||
kotlinVersion=1.2.71
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/usr/bin/env bash
|
||||
NODE_LIST=("dockerNode1" "dockerNode2" "dockerNode3")
|
||||
NETWORK_NAME=mininet
|
||||
CORDAPP_VERSION="4.4-SNAPSHOT"
|
||||
DOCKER_IMAGE_VERSION="corda-zulu-4.4-snapshot"
|
||||
CORDAPP_VERSION="4.5-SNAPSHOT"
|
||||
DOCKER_IMAGE_VERSION="corda-zulu-4.5-snapshot"
|
||||
|
||||
mkdir cordapps
|
||||
rm -f cordapps/*
|
||||
|
Loading…
Reference in New Issue
Block a user