Skip to content

Commit 537c83e

Browse files
authored
Update develop_prepare.sh
1 parent cbb9b9a commit 537c83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

develop_prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$BUILD_CKB" == "true" ]; then
2424
git clone -b $GitCKBBranch $GitCKBUrl
2525
cd ckb
2626
make prod
27-
cp target/prod/ckb ../download/0.117.0/ckb
27+
cp target/prod/ckb ../download/0.120.0/ckb
2828
cd ../
2929
fi
3030
cp download/0.110.2/ckb-cli ./source/ckb-cli-old
@@ -35,4 +35,4 @@ if [ "$BUILD_CKB_CLI" == "true" ]; then
3535
cp target/release/ckb-cli ../source/ckb-cli
3636
exit 0
3737
fi
38-
cp download/0.117.0/ckb-cli ./source/ckb-cli
38+
cp download/0.120.0/ckb-cli ./source/ckb-cli

0 commit comments

Comments
 (0)