chore: move storage setting migration to v0.27.0 (#5686)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
memoclaw 2026-03-05 19:44:36 +08:00 committed by GitHub
parent 3010f10eaf
commit f0c4489468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 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.2"
var Version = "0.27.0"
func GetCurrentVersion() string {
return Version