chore: update version

This commit is contained in:
Steven 2023-09-24 19:44:31 +08:00
parent 24fe368974
commit f78b072bb8

View File

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