Skip to content

Commit

Permalink
update XDC-Zero version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Nov 8, 2024
1 parent b8d4600 commit cf9b736
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subnet/deployment-generator/scripts/generate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
VERSION_GENERATOR="v1.0.0"
VERSION_GENERATOR="v1.0.1"
VERSION_GENESIS="v0.3.1"

current_dir="$(cd "$(dirname "$0")" && pwd)"
Expand Down
2 changes: 1 addition & 1 deletion subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const config = {
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",
zero: process.env.VERSION_ZERO || "v0.2.0",
},
parentnet: {
network: process.env.PARENTNET || "testnet",
Expand Down

0 comments on commit cf9b736

Please sign in to comment.