chore: update migration scripts

This commit is contained in:
Steven
2023-12-09 22:18:05 +08:00
parent fa34a7af4b
commit c50f4f4cb4
4 changed files with 29 additions and 2 deletions

View File

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