Skip to content

Commit

Permalink
chore: update version
Browse files Browse the repository at this point in the history
  • Loading branch information
suyuan32 committed Oct 10, 2024
1 parent b025798 commit 89c08cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 89c08cc

Please sign in to comment.