chore: bump version

pull/4745/head
Johnny 4 months ago
parent 3343dc73f7
commit 1594c1ce3e

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

Loading…
Cancel
Save