chore: tweak schema version

This commit is contained in:
Steven
2024-10-10 22:30:46 +08:00
parent d54c8065b5
commit d066d46f6e
5 changed files with 3 additions and 3 deletions

View File

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