diff --git a/config/config.go b/config/config.go index 27a7dcc..39dcbe3 100644 --- a/config/config.go +++ b/config/config.go @@ -18,10 +18,10 @@ var OldGoZeroVersion = []string{"v1.6.0", "v1.6.1", "v1.6.2", "v1.6.3", "v1.6.4" const DefaultToolVersion = "v1.7.2" // GoctlsVersion is goctls version -const GoctlsVersion = "v1.8.14" +const GoctlsVersion = "v1.8.15" // CoreVersion is the core service version. -const CoreVersion = "v1.5.6" +const CoreVersion = "v1.5.7" // LangEnvKey is the environment variable name to control the tools help info language const LangEnvKey = "SIMPLE_LANG"