Limit version up script to the first version ie ours

This commit is contained in:
Félix Saparelli 2021-04-27 00:09:11 +12:00
parent 34989e6fc2
commit 1b889b3063
No known key found for this signature in database
GPG Key ID: B948C4BAE44FC474
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ fi
date=$(date +%Y-%m-%d)
echo "Next version to be $newver ($date), creating..."
sed -E -i "s/^version = \"$extver\"/version = \"$newver\"/" Cargo.toml
sed -E -i "s/^version = \"$extver\"/version = \"$newver\"/1" Cargo.toml
cargo check