Skip to content

Commit

Permalink
bump xdc-zero and frontend version
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 committed Nov 9, 2024
1 parent cf9b736 commit bdf4e36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions subnet/deployment-generator/src/config_gen.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ const config = {
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",
frontend: process.env.VERSION_FRONTEND || "v0.1.12",
csc: process.env.VERSION_CSC || "v0.2.1",
zero: process.env.VERSION_ZERO || "v0.2.0",
zero: process.env.VERSION_ZERO || "v0.2.1",
},
parentnet: {
network: process.env.PARENTNET || "testnet",
Expand Down

0 comments on commit bdf4e36

Please sign in to comment.