chore: update user setting key convention (#1447)

* chore: update user settng key convention

* chore: update
This commit is contained in:
boojack
2023-04-03 09:02:02 +08:00
committed by GitHub
parent 11cd9b21de
commit 8a33290722
6 changed files with 27 additions and 55 deletions

View File

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