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

Commit f1e872e

Browse files
committed
v1.7.0 script
1 parent c18b220 commit f1e872e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cli/src/version.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub const VERSION: &str = "1.7.0";
1+
pub const VERSION:&str = "1.7.0";

mkrelease.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ set -- "${POSITIONAL[@]}" # restore positional parameters
2626
if [ -z $APP_VERSION ]; then echo "APP_VERSION is not set"; exit 1; fi
2727

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

3131
# First, do the tests
3232
cd lib && cargo test --release

0 commit comments

Comments
 (0)