Skip to content

Commit

Permalink
Update version script
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick Garfield committed Feb 27, 2022
1 parent 1577dd1 commit 62e11f1
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@
# Get new version
current_version=$(cat ./VERSION)
echo "Current version: $current_version"
read -p " New version: $new_version"
echo "Bumping from $current_version to $new_version"

echo $new_version

exit
read -r -p " New version: " new_version

# Build
RUSTFLAGS="--deny warnings" cargo build || (echo "Build failed" && exit)
Expand Down

0 comments on commit 62e11f1

Please sign in to comment.