chore: upgrade version to 0.4.0

This commit is contained in:
Steven 2023-08-03 23:02:35 +08:00
parent e798e5e82b
commit 9a491e2a82

View File

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