Skip to content

Commit dec9c4e

Browse files
authored
bump generator version
1 parent b76e056 commit dec9c4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

subnet/deployment-generator/script/generate.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION_GENERATOR="v0.3.1"
2+
VERSION_GENERATOR="v0.3.2"
33
VERSION_CSC="v0.1.1"
44
VERSION_GENESIS="v0.2.2"
55

@@ -39,4 +39,4 @@ if [[ $pup_success == false ]]; then
3939
exit 1
4040
fi
4141

42-
echo 'subnet generation successful'
42+
echo 'subnet generation successful'

0 commit comments

Comments
 (0)