chore: upgrade version to `v0.5.2`

prod
Steven 8 months ago
parent 2552a7645e
commit f34b33c1a2

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

Loading…
Cancel
Save