chore: bump version to `v0.22.5`

pull/3873/head v0.22.5
Steven 6 months ago
parent 773ab96bd0
commit 9612c302c4

@ -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" {

Loading…
Cancel
Save