Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
v1.7.0 script
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapk00 committed Jun 29, 2021
1 parent c18b220 commit f1e872e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/src/version.rs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pub const VERSION: &str = "1.7.0";
pub const VERSION:&str = "1.7.0";
2 changes: 1 addition & 1 deletion mkrelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
if [ -z $APP_VERSION ]; then echo "APP_VERSION is not set"; exit 1; fi

# Write the version file
echo "pub const VERSION:&str = \"$APP_VERSION\";" > cli/src/version.rs
echo "pub const VERSION: &str = \"$APP_VERSION\";" > cli/src/version.rs

# First, do the tests
cd lib && cargo test --release
Expand Down

0 comments on commit f1e872e

Please sign in to comment.