Skip to content

Commit 365da5c

Browse files
lvan100lianghuan
authored andcommitted
update version
1 parent c7cb316 commit 365da5c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/go-spring/gs
22

3-
go 1.24.4
3+
go 1.24

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
"strings"
2626
)
2727

28-
const Version = "v0.0.2"
28+
const Version = "v0.0.6"
2929

3030
// execDir is the directory where the executable is located.
3131
var execDir string

0 commit comments

Comments
 (0)