chore: release version `0.5.0`

This commit is contained in:
steven 2022-10-03 18:49:11 +08:00
parent 4a2fe3aaae
commit 4477f47c25
1 changed files with 1 additions and 1 deletions

View File

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