chore: upgrade version

This commit is contained in:
Steven 2023-10-17 23:02:07 +08:00
parent c8869e67c7
commit 015040cc1d

View File

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