We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7cb316 commit 365da5cCopy full SHA for 365da5c
go.mod
@@ -1,3 +1,3 @@
1
module github.com/go-spring/gs
2
3
-go 1.24.4
+go 1.24
main.go
@@ -25,7 +25,7 @@ import (
25
"strings"
26
)
27
28
-const Version = "v0.0.2"
+const Version = "v0.0.6"
29
30
// execDir is the directory where the executable is located.
31
var execDir string
0 commit comments