chore: upgrade version to v0.2.0

This commit is contained in:
Steven
2023-07-14 20:42:10 +08:00
parent 3d3f55a931
commit 4279151238
2 changed files with 4 additions and 4 deletions

View File

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