Skip to content

Commit

Permalink
Update v0.0.82
Browse files Browse the repository at this point in the history
  • Loading branch information
george012 committed Aug 24, 2023
1 parent db139d7 commit ada0bc0
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.81"
ProjectVersion = "v0.0.82"
ProjectDescription = "[Golang]日常开发工具箱"
)
2 changes: 1 addition & 1 deletion install_gtbox.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ install() {
complate_gopath_dir='/'`echo "${ago_path_dir}" | tr A-Z a-z`
fi

find ${complate_gopath_dir}/pkg/mod/github.com/george012 -depth -name "${ProductName}@*" -exec rm -rf {} \;
find ${complate_gopath_dir}/pkg/mod/github.com/george012 -depth -name "${ProductName}@*" -exec sudo rm -rf {} \;

last_repo_version=$(get_repo_latest_version)

Expand Down

0 comments on commit ada0bc0

Please sign in to comment.