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 15c2543 commit 4a33c39Copy full SHA for 4a33c39
cmd/commons/core/banner.go
@@ -15,7 +15,7 @@ const banner = `
15
`
16
17
// TODO 修改版本号
18
-const version = "0.0.10"
+const version = "0.1.0"
19
20
func ShowBanner() {
21
fmt.Println(banner)
0 commit comments