chore: update dev version v0.5.0

This commit is contained in:
steven 2022-09-30 22:58:12 +08:00
parent cff0e86989
commit 3bde9543f3

View File

@ -10,7 +10,7 @@ import (
var Version = "0.4.5"
// DevVersion is the service current development version.
var DevVersion = "0.4.5"
var DevVersion = "0.5.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" {