chore: drop shortcut

This commit is contained in:
Steven
2023-09-27 07:28:17 +08:00
parent 9d1c9fc505
commit 71ee299de7
4 changed files with 4 additions and 14 deletions

View File

@@ -12,7 +12,7 @@ import (
var Version = "0.15.2"
// DevVersion is the service current development version.
var DevVersion = "0.15.2"
var DevVersion = "0.16.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {