Skip to content

Commit

Permalink
Update v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed May 4, 2024
1 parent a5b043c commit c9190df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_box"
version = "v0.0.3"
version = "0.0.4"
description = "rust develop box"
edition = "2021"
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ function git_handle_ready() {
echo "Current Version With "${CURRENT_VERSION}
echo "Next Version With "${NEXT_VERSION//v/}

sed -i -e "s/\(${Product_version_key}[[:space:]]*=[[:space:]]*\"\)${CURRENT_VERSION}\"/\1${NEXT_VERSION}\"/" $VersionFile
sed -i -e "s/\(${Product_version_key}[[:space:]]*=[[:space:]]*\"\)${CURRENT_VERSION}\"/\1${NEXT_VERSION//v/}\"/" $VersionFile

if [[ $OS_TYPE == "Darwin" ]]; then
echo "rm darwin cache"
Expand Down

0 comments on commit c9190df

Please sign in to comment.