chore: upgrade version to 0.11.2 (#1336)

This commit is contained in:
boojack
2023-03-11 13:20:24 +08:00
committed by GitHub
parent ca6839f593
commit 50f36e3ed5
4 changed files with 30 additions and 14 deletions

View File

@@ -9,10 +9,10 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.11.1"
var Version = "0.11.2"
// DevVersion is the service current development version.
var DevVersion = "0.11.1"
var DevVersion = "0.11.2"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {