chore: update version to 0.12.2 (#1538)

This commit is contained in:
boojack
2023-04-16 10:40:21 +08:00
committed by GitHub
parent 3060dafb45
commit 58fa00079b
2 changed files with 15 additions and 6 deletions

View File

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