chore: upgrade version to 0.14.1 (#2004)

This commit is contained in:
boojack
2023-07-22 09:58:03 +08:00
committed by GitHub
parent 55975a46d8
commit 4231ec5a1a
3 changed files with 5 additions and 5 deletions

View File

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