Skip to content

Commit 5f81a99

Browse files
committed
d74ec5cc802407a7696d87fbfe3641b02b855476
publish v1.1.3
1 parent cea99bf commit 5f81a99

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
@@ -4,7 +4,7 @@ go 1.14
44

55
require (
66
github.com/antonmedv/expr v1.9.0
7-
github.com/go-spring/spring-base v1.1.3-0.20221009074117-5fc71d4a6063
7+
github.com/go-spring/spring-base v1.1.3
88
github.com/golang/mock v1.6.0
99
github.com/google/uuid v1.3.0
1010
github.com/magiconair/properties v1.8.5

gs/gs_version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@
1717
package gs
1818

1919
const (
20-
Version = "[email protected].2"
20+
Version = "[email protected].3"
2121
Website = "https://go-spring.com/"
2222
)

0 commit comments

Comments
 (0)