Skip to content

Commit

Permalink
Update scripts/bump-bb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jul 10, 2024
1 parent a3f52f6 commit 950c754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bump-bb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

BB_VERSION=$1

sed -i "s/^VERSION=.*/VERSION=\"$BB_VERSION\"/" ./scripts/install_bb.sh
sed -i.bak "s/^VERSION=.*/VERSION=\"$BB_VERSION\"/" ./scripts/install_bb.sh && rm ./scripts/install_bb.sh.bak

tmp=$(mktemp)
BACKEND_BARRETENBERG_PACKAGE_JSON=./tooling/noir_js_backend_barretenberg/package.json
Expand Down

0 comments on commit 950c754

Please sign in to comment.