Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade v1.12.7 #252

Merged
merged 16 commits into from
Jul 28, 2023
Prev Previous commit
Next Next commit
Upgrade v1.12.5
  • Loading branch information
hwbrzzl committed Jul 3, 2023
commit d705a36569143e838bf3b05e9c4552b4c6bfcbc1
2 changes: 1 addition & 1 deletion support/constant.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package support

const Version string = "v1.12.4"
const Version string = "v1.12.5"

const (
EnvRuntime = "runtime"
Expand Down