Skip to content

Commit

Permalink
bump generator version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored Aug 15, 2024
1 parent b76e056 commit dec9c4e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subnet/deployment-generator/script/generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION_GENERATOR="v0.3.1"
VERSION_GENERATOR="v0.3.2"
VERSION_CSC="v0.1.1"
VERSION_GENESIS="v0.2.2"

Expand Down Expand Up @@ -39,4 +39,4 @@ if [[ $pup_success == false ]]; then
exit 1
fi

echo 'subnet generation successful'
echo 'subnet generation successful'

0 comments on commit dec9c4e

Please sign in to comment.