Skip to content

Commit

Permalink
Update v0.0.68
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Aug 19, 2023
1 parent 61f3484 commit 9794de4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package config

const (
ProjectName = "gtbox"
ProjectVersion = "v0.0.67"
ProjectVersion = "v0.0.68"
ProjectDescription = "[Golang]日常开发工具箱"
)
2 changes: 1 addition & 1 deletion config/config.go-e
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package config

const (
ProjectName = "gtbox"
ProjectVersion = "v0.0.66"
ProjectVersion = "v0.0.67"
ProjectDescription = "[Golang]日常开发工具箱"
)
6 changes: 4 additions & 2 deletions git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,10 @@ function git_handle_ready() {
echo "Next Version With "${NEXT_VERSION}

sed -i -e "s/\(${Product_version_key}[[:space:]]*=[[:space:]]*\"\)${CURRENT_VERSION}\"/\1${NEXT_VERSION}\"/" $VersionFile
if [[ "$OSTYPE" == "Darwin" ]]; then
rm -rf ${VersionFile}"-e"

if [[ $OSTYPE == "Darwin" ]]; then
echo "rm darwin cache"
rm -rf $VersionFile}"-e"
fi
}

Expand Down

0 comments on commit 9794de4

Please sign in to comment.