chore: bump version

This commit is contained in:
Steven 2026-02-22 18:06:58 +08:00
parent c3061002f3
commit f43965de00
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.1"
var Version = "0.26.2"
func GetCurrentVersion() string {
return Version