mirror of https://github.com/usememos/memos.git
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:
parent
3010f10eaf
commit
f0c4489468
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue