Skip to content

Commit 43dfff3

Browse files
committed
update cordapps version to 1.2.4-alpha.7 in testnet
Signed-off-by: sandeep.nishad1 <[email protected]>
1 parent 4223426 commit 43dfff3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/network-setups/corda/scripts/get-cordapps.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
directory=$(dirname $0)
44
app=${1:-simple}
55
local=$2
6-
weaverVersion="1.2.4-alpha.6"
6+
weaverVersion="1.2.4-alpha.7"
77

88
if [ "simple" = "$app" ]; then
99
cordappPath=$directory/../../../../samples/corda/corda-simple-application

tests/network-setups/corda/scripts/start-nodes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ simpleAppVersion="0.4"
99
houseTokenAppVersion="1.0"
1010
tokenVersion="1.2"
1111

12-
weaverVersion="1.2.4-alpha.6"
12+
weaverVersion="1.2.4-alpha.7"
1313

1414
parties="Notary PartyA PartyB PartyC"
1515

0 commit comments

Comments
 (0)