chore: update dev version (#489)

This commit is contained in:
boojack
2022-11-19 09:57:54 +08:00
committed by GitHub
parent a2831b37c4
commit a4a5e539ed
7 changed files with 51 additions and 117 deletions

View File

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