chore: bump version to 0.25.1

pull/5015/head
Steven 3 months ago
parent e07e9f2e9f
commit 0d658088dc

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

Loading…
Cancel
Save