chore: upgrade version to 0.11.0 (#1143)

* chore: upgrade version to `0.11.0`

* chore: update
This commit is contained in:
boojack
2023-02-24 08:31:54 +08:00
committed by GitHub
parent 9c5b44d070
commit cc23d5cafe
8 changed files with 81 additions and 26 deletions

View File

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