Skip to content

Commit bdf4e36

Browse files
committed
bump xdc-zero and frontend version
1 parent cf9b736 commit bdf4e36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.2.0",
31+
zero: process.env.VERSION_ZERO || "v0.2.1",
3232
},
3333
parentnet: {
3434
network: process.env.PARENTNET || "testnet",

0 commit comments

Comments
 (0)