Skip to content

Commit

Permalink
bump to v0.5.25
Browse files Browse the repository at this point in the history
  • Loading branch information
hedzr committed Dec 20, 2023
1 parent 69b59b3 commit 62329df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ All things you need to do is entering the golang project directory and entering

## History

- v0.5.25
- security patch: bump golang.org/x/crypto from 0.15.0 to 0.17.0, and more

- v0.5.21/23
- removed sending to coverall since a unknown/untagged error when gh action triggering the release
- security patch: bump golang.org/x/net from 0.15.0 to 0.17.0, and more
Expand Down
2 changes: 1 addition & 1 deletion cli/bgo/cmdr/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmdr
//goland:noinspection GoNameStartsWithPackageName,GoUnusedConst
const (
appName = "bgo"
version = "0.5.21"
version = "0.5.25"
copyright = "bgo - A super easy way to build your go apps - cmdr series"
desc = "bgo provides a super easy way to build your go apps"
longDesc = `bgo provides a super easy way to build your go apps.
Expand Down

0 comments on commit 62329df

Please sign in to comment.