Skip to content

Commit a4757cb

Browse files
committed
bump to v0.5.11
- maintaining with security reason
1 parent 16c7c53 commit a4757cb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ All things you need to do is entering the golang project directory and entering
3535

3636
## History
3737

38+
- v0.5.11
39+
40+
- security maintaining
41+
3842
- v0.5.9
3943

4044
- smaller binary sizes by new cmdr

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.9"
6+
version = "0.5.11"
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)