We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b11ead1 commit 999edddCopy full SHA for 999eddd
Makefile
@@ -1,6 +1,6 @@
1
.PHONY: build
2
3
-RELEASE_VERSION = v10.3.0
+RELEASE_VERSION = v10.3.1
4
5
APP = gin-admin-cli
6
BIN = ${APP}
main.go
@@ -13,7 +13,7 @@ import (
13
//go:embed tpls
14
var f embed.FS
15
16
-var VERSION = "v10.3.0"
+var VERSION = "v10.3.1"
17
18
func main() {
19
defer func() {
0 commit comments