Skip to content

Commit e134e77

Browse files
authored
chore: update go-zero to v1.7.6 for goctl (#4614)
1 parent f669d84 commit e134e77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/goctl/internal/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
)
77

88
// BuildVersion is the version of goctl.
9-
const BuildVersion = "1.7.7"
9+
const BuildVersion = "1.7.6"
1010

1111
var tag = map[string]int{"pre-alpha": 0, "alpha": 1, "pre-bata": 2, "beta": 3, "released": 4, "": 5}
1212

0 commit comments

Comments
 (0)