chore: update migration scripts

This commit is contained in:
Steven
2024-03-21 22:24:39 +08:00
parent c5fa4fe304
commit 8fd1dff484
10 changed files with 26 additions and 11 deletions

View File

@ -9,10 +9,10 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.20.1"
var Version = "0.21.0"
// DevVersion is the service current development version.
var DevVersion = "0.20.1"
var DevVersion = "0.21.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {