chore: upgrade version to `0.15.0`

pull/2227/head
Steven 2 years ago
parent b233eaea97
commit 178a5c0130

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

Loading…
Cancel
Save