chore: tweak migration scripts

This commit is contained in:
johnnyjoy
2025-02-01 11:19:36 +08:00
parent 5e770dda52
commit b0119f320a
8 changed files with 29 additions and 32 deletions

View File

@@ -9,7 +9,7 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.23.1"
var Version = "0.24.0"
// DevVersion is the service current development version.
var DevVersion = "0.24.0"