chore: bump version

This commit is contained in:
Steven 2024-01-26 08:30:22 +08:00
parent 4f2b00b4f3
commit db3457e081

View File

@ -12,7 +12,7 @@ import (
var Version = "0.19.0"
// DevVersion is the service current development version.
var DevVersion = "0.18.2"
var DevVersion = "0.19.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" || mode == "demo" {