We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c7c53 commit a4757cbCopy full SHA for a4757cb
README.md
@@ -35,6 +35,10 @@ All things you need to do is entering the golang project directory and entering
35
36
## History
37
38
+- v0.5.11
39
+
40
+ - security maintaining
41
42
- v0.5.9
43
44
- smaller binary sizes by new cmdr
cli/bgo/cmdr/doc.go
@@ -3,7 +3,7 @@ package cmdr
3
//goland:noinspection GoNameStartsWithPackageName,GoUnusedConst
4
const (
5
appName = "bgo"
6
- version = "0.5.9"
+ version = "0.5.11"
7
copyright = "bgo - A super easy way to build your go apps - cmdr series"
8
desc = "bgo provides a super easy way to build your go apps"
9
longDesc = `bgo provides a super easy way to build your go apps.
0 commit comments