Skip to content

Commit 786001d

Browse files
authored
Generator v1.0.1 (#164)
* update XDC-Zero version * bump xdc-zero and frontend version
1 parent b8d4600 commit 786001d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

subnet/deployment-generator/scripts/generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
VERSION_GENERATOR="v1.0.0"
2+
VERSION_GENERATOR="v1.0.1"
33
VERSION_GENESIS="v0.3.1"
44

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

subnet/deployment-generator/src/config_gen.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ const config = {
2626
bootnode: process.env.VERSION_BOOTNODE || "v0.3.1",
2727
relayer: process.env.VERSION_RELAYER || "v0.3.1",
2828
stats: process.env.VERSION_STATS || "v0.1.11",
29-
frontend: process.env.VERSION_FRONTEND || "v0.1.11",
29+
frontend: process.env.VERSION_FRONTEND || "v0.1.12",
3030
csc: process.env.VERSION_CSC || "v0.2.1",
31-
zero: process.env.VERSION_ZERO || "v0.1.0",
31+
zero: process.env.VERSION_ZERO || "v0.2.1",
3232
},
3333
parentnet: {
3434
network: process.env.PARENTNET || "testnet",

0 commit comments

Comments
 (0)