chore: tweak build actions

This commit is contained in:
Steven
2024-09-25 19:57:14 +08:00
parent 9c4d25cc4d
commit a55afbd3ed
3 changed files with 77 additions and 10 deletions

View File

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