Skip to content

Commit

Permalink
adds update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Jan 27, 2023
1 parent 43bed34 commit a320596
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions update-version.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
set -e

pushd nft_ingester
cargo set-version $1
popd

pushd digital_asset_types
cargo set-version $1
popd

pushd das_api
cargo set-version $1
popd

pushd migration
cargo set-version $1
popd

pushd metaplex-rpc-proxy
cargo set-version $1
popd

0 comments on commit a320596

Please sign in to comment.