Skip to content

Commit

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

0 comments on commit 25772ed

Please sign in to comment.