chore: upgrade version 0.13.1 (#1754)

This commit is contained in:
boojack
2023-05-27 09:09:41 +08:00
committed by GitHub
parent 93d608f050
commit 2e34ce90a1
16 changed files with 48 additions and 303 deletions

View File

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