chore: bump version

This commit is contained in:
Johnny 2026-02-08 21:28:11 +08:00
parent 984d9b461b
commit ba615172b0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.26.0"
var Version = "0.26.1"
func GetCurrentVersion() string {
return Version