chore: upgrade version

This commit is contained in:
Steven 2023-07-29 09:01:18 +08:00
parent a379614cd9
commit 890bc27982

View File

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