Skip to content

Commit d7c561d

Browse files
committed
bump versions for release
1 parent 3b93af3 commit d7c561d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

container-manager/src/gen/config_gen.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,10 @@ const config = {
2626
relayer: process.env.VERSION_RELAYER || "v0.3.1",
2727
stats: process.env.VERSION_STATS || "v0.1.11",
2828
frontend: process.env.VERSION_FRONTEND || "v0.1.12",
29-
// csc: process.env.VERSION_CSC || "v0.3.0",
30-
csc: process.env.VERSION_CSC || "feature-v0.3.0",
31-
// zero: process.env.VERSION_ZERO || "v0.3.0",
32-
zero: process.env.VERSION_ZERO || "feature-v0.3.0",
29+
csc: process.env.VERSION_CSC || "v0.3.0",
30+
zero: process.env.VERSION_ZERO || "v0.3.0",
3331
subswap_frontend:
34-
process.env.VERSION_SUBSWAP_FRONTEND || "feature-dockerize",
32+
process.env.VERSION_SUBSWAP_FRONTEND || "v0.1.0",
3533
explorer: process.env.VERSION_EXPLORER || "v0.1.0",
3634
},
3735
parentnet: {

container-manager/start.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.1.0"
2+
version="v2.0.0"
33
current_dir="$(cd "$(dirname "$0")" && pwd)"
44
network_name="docker_net"
55

0 commit comments

Comments
 (0)