chore: release v0.7.0 (#367)

chore: update release version
This commit is contained in:
boojack
2022-10-29 18:18:24 +08:00
committed by GitHub
parent 7c401040c8
commit 8fb59bbfb9

View File

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