Skip to content

Commit 9702ab9

Browse files
authored
Merge pull request #283 from devfeel/devfeel-patch-1
v1.8: Go 1_21 Upgrade + Dependency Updates + Fix go vet warnings + pprof production security hardening
2 parents 736c024 + 1e3f0b9 commit 9702ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

consts.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package dotweb
33
// Global define
44
const (
55
// Version current version
6-
Version = "1.7.3"
6+
Version = "1.8"
77
)
88

99
// Log define

0 commit comments

Comments
 (0)