chore: bump version

This commit is contained in:
Johnny 2026-01-07 09:08:20 +08:00
parent 9ccb658768
commit 79f1edc9ba
1 changed files with 2 additions and 2 deletions

View File

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