chore: update version `0.4.0`

pull/158/head
Steven 3 years ago
parent 2935057ca7
commit 2cf07753e7

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

Loading…
Cancel
Save