Skip to content

Commit

Permalink
Update v0.0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Aug 24, 2023
1 parent db1971b commit 9d73768
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.84"
ProjectVersion = "v0.0.85"
ProjectDescription = "[Golang]日常开发工具箱"
)
2 changes: 1 addition & 1 deletion git_tag.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,9 +116,9 @@ function git_handle_push() {
git add . \
&& git commit -m "Update v${netx_version_no}" \
&& git tag v$netx_version_no \
&& git push --delete origin latest \
&& git push \
&& git push --tags \
&& git push --delete origin latest \
&& git tag -f latest v$netx_version_no \
&& git push -f origin latest \
&& git tag -d v$pre_del_version_no
Expand Down

0 comments on commit 9d73768

Please sign in to comment.