chore: bump version

prod
Steven 7 months ago
parent 4a6c6b4b2a
commit faae146a86

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

Loading…
Cancel
Save