Skip to content

Commit 922975a

Browse files
committed
chore: upgrade version
1 parent 365b140 commit 922975a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config/config.go

+5-5
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ import (
99
const DefaultFormat = "go_zero"
1010

1111
// DefaultGoZeroVersion defines the default version of go zero for migrate
12-
const DefaultGoZeroVersion = "v1.7.5"
12+
const DefaultGoZeroVersion = "v1.7.6"
1313

1414
// OldGoZeroVersion defines the old version of go zero for update
15-
var OldGoZeroVersion = []string{"v1.6.0", "v1.6.1", "v1.6.2", "v1.6.3", "v1.6.4", "v1.6.5", "v1.6.6", "v1.7.0", "v1.7.1", "v1.7.2", "v1.7.3", "v1.7.4"}
15+
var OldGoZeroVersion = []string{"v1.6.0", "v1.6.1", "v1.6.2", "v1.6.3", "v1.6.4", "v1.6.5", "v1.6.6", "v1.7.0", "v1.7.1", "v1.7.2", "v1.7.3", "v1.7.4", "v1.7.5"}
1616

1717
// DefaultToolVersion defines the default version of simple admin tools for migrate
18-
const DefaultToolVersion = "v1.7.5"
18+
const DefaultToolVersion = "v1.7.6"
1919

2020
// GoctlsVersion is goctls version
21-
const GoctlsVersion = "v1.9.6"
21+
const GoctlsVersion = "v1.9.7"
2222

2323
// CoreVersion is the core service version.
24-
const CoreVersion = "v1.6.1"
24+
const CoreVersion = "v1.6.2"
2525

2626
// LangEnvKey is the environment variable name to control the tools help info language
2727
const LangEnvKey = "SIMPLE_LANG"

0 commit comments

Comments
 (0)