feat: update prod version (#577)

This commit is contained in:
boojack
2022-11-25 22:17:24 +08:00
committed by GitHub
parent 9fe15a03b3
commit 88c3b1ad0f
4 changed files with 27 additions and 43 deletions

View File

@@ -7,7 +7,7 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.7.3"
var Version = "0.8.0"
// DevVersion is the service current development version.
var DevVersion = "0.8.0"