From ba615172b056d822dd40717a44d016a36c9457b0 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 8 Feb 2026 21:28:11 +0800 Subject: [PATCH] chore: bump version --- internal/version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/version/version.go b/internal/version/version.go index af1bbc2ec..c1c163119 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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