chore: upgrade version 0.13.0 (#1685)

* chore: upgrade version `0.13.0`

* chore: update
This commit is contained in:
boojack
2023-05-20 10:16:19 +08:00
committed by GitHub
parent d80aa67c97
commit 1d7627dd72
11 changed files with 81 additions and 62 deletions

View File

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