chore: bump version to v0.22.5

This commit is contained in:
Steven
2024-09-03 22:17:46 +08:00
parent 773ab96bd0
commit 9612c302c4

View File

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