Skip to content

Commit 62329df

Browse files
committed
bump to v0.5.25
1 parent 69b59b3 commit 62329df

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ All things you need to do is entering the golang project directory and entering
4242

4343
## History
4444

45+
- v0.5.25
46+
- security patch: bump golang.org/x/crypto from 0.15.0 to 0.17.0, and more
47+
4548
- v0.5.21/23
4649
- removed sending to coverall since a unknown/untagged error when gh action triggering the release
4750
- security patch: bump golang.org/x/net from 0.15.0 to 0.17.0, and more

cli/bgo/cmdr/doc.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmdr
33
//goland:noinspection GoNameStartsWithPackageName,GoUnusedConst
44
const (
55
appName = "bgo"
6-
version = "0.5.21"
6+
version = "0.5.25"
77
copyright = "bgo - A super easy way to build your go apps - cmdr series"
88
desc = "bgo provides a super easy way to build your go apps"
99
longDesc = `bgo provides a super easy way to build your go apps.

0 commit comments

Comments
 (0)