chore: upgrade version to 0.3.0

This commit is contained in:
Steven
2023-07-21 22:39:21 +08:00
parent b32fdbfc0a
commit 53c1d8fa91
3 changed files with 29 additions and 14 deletions

View File

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