File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,9 @@ All things you need to do is entering the golang project directory and entering
42
42
43
43
## History
44
44
45
+ - v0.5.25
46
+ - security patch: bump golang.org/x/crypto from 0.15.0 to 0.17.0, and more
47
+
45
48
- v0.5.21/23
46
49
- removed sending to coverall since a unknown/untagged error when gh action triggering the release
47
50
- security patch: bump golang.org/x/net from 0.15.0 to 0.17.0, and more
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cmdr
3
3
//goland:noinspection GoNameStartsWithPackageName,GoUnusedConst
4
4
const (
5
5
appName = "bgo"
6
- version = "0.5.21 "
6
+ version = "0.5.25 "
7
7
copyright = "bgo - A super easy way to build your go apps - cmdr series"
8
8
desc = "bgo provides a super easy way to build your go apps"
9
9
longDesc = `bgo provides a super easy way to build your go apps.
You can’t perform that action at this time.
0 commit comments