chore: bump version

This commit is contained in:
Steven
2024-05-10 23:02:57 +08:00
parent 3fbc4d8539
commit 041f9b1beb
14 changed files with 42 additions and 86 deletions

View File

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