Skip to content

Commit

Permalink
Upgrade v1.12.0 (#191)
Browse files Browse the repository at this point in the history
* Upgrade v1.12.0

* Update Env
  • Loading branch information
hwbrzzl authored Jun 18, 2023
1 parent dd98978 commit 5430ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/constant.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package support

const Version string = "v1.11.3"
const Version string = "v1.12.0"

const (
EnvRuntime = "runtime"
Expand All @@ -9,6 +9,6 @@ const (
)

var (
Env = "runtime"
Env = EnvRuntime
RootPath string
)

0 comments on commit 5430ff5

Please sign in to comment.