chore: bump version

This commit is contained in:
Steven 2024-02-06 21:19:15 +08:00
parent 435fe04ab3
commit cdfb015638

View File

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