chore: upgrader to 0.5.1

This commit is contained in:
Steven
2023-12-24 09:17:53 +08:00
parent 70b0645f2e
commit 7c9798b6b1
4 changed files with 32 additions and 23 deletions

View File

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