chore: upgrade version to 0.1.0

This commit is contained in:
Steven 2023-06-15 22:16:05 +08:00
parent 702787ef0f
commit 75a7f4b83d

View File

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