Skip to content

Commit

Permalink
bump version for v1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Oct 4, 2024
1 parent 97aaeff commit 910f459
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/scripts/faucet-server.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION_GENERATOR="generator-ui-concept"
VERSION_GENERATOR="v1.0.0"

cd "$(dirname "$0")"
cd ..
Expand Down
2 changes: 1 addition & 1 deletion subnet/deployment-generator/scripts/faucet.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION_GENERATOR="generator-ui-concept"
VERSION_GENERATOR="v1.0.0"

cd "$(dirname "$0")"
cd ..
Expand Down
4 changes: 2 additions & 2 deletions subnet/deployment-generator/scripts/generate.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash
VERSION_GENERATOR="generator-ui-concept"
VERSION_GENESIS="feature-v1-release"
VERSION_GENERATOR="v1.0.0"
VERSION_GENESIS="v0.3.1"

current_dir="$(cd "$(dirname "$0")" && pwd)"

Expand Down
12 changes: 6 additions & 6 deletions subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ const config = {
process.env.IMAGE_NAME || "xinfinorg/subnet-generator:latest",
operating_system: process.env.OS || "linux",
version: {
subnet: process.env.VERSION_SUBNET || "feature-v1-release",
bootnode: process.env.VERSION_BOOTNODE || "feature-v1-release",
relayer: process.env.VERSION_RELAYER || "feature-v1-release",
stats: process.env.VERSION_STATS || "feature-v1-release",
frontend: process.env.VERSION_FRONTEND || "feature-v1-release",
csc: process.env.VERSION_CSC || "feature-v0.2.1",
subnet: process.env.VERSION_SUBNET || "v0.3.1",
bootnode: process.env.VERSION_BOOTNODE || "v0.3.1",
relayer: process.env.VERSION_RELAYER || "v0.3.1",
stats: process.env.VERSION_STATS || "v0.1.11",
frontend: process.env.VERSION_FRONTEND || "v0.1.11",
csc: process.env.VERSION_CSC || "v0.2.1",
zero: process.env.VERSION_ZERO || "v0.1.0",
},
parentnet: {
Expand Down

0 comments on commit 910f459

Please sign in to comment.