We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbb9b9a commit 537c83eCopy full SHA for 537c83e
develop_prepare.sh
@@ -24,7 +24,7 @@ if [ "$BUILD_CKB" == "true" ]; then
24
git clone -b $GitCKBBranch $GitCKBUrl
25
cd ckb
26
make prod
27
- cp target/prod/ckb ../download/0.117.0/ckb
+ cp target/prod/ckb ../download/0.120.0/ckb
28
cd ../
29
fi
30
cp download/0.110.2/ckb-cli ./source/ckb-cli-old
@@ -35,4 +35,4 @@ if [ "$BUILD_CKB_CLI" == "true" ]; then
35
cp target/release/ckb-cli ../source/ckb-cli
36
exit 0
37
38
-cp download/0.117.0/ckb-cli ./source/ckb-cli
+cp download/0.120.0/ckb-cli ./source/ckb-cli
0 commit comments