chore: update v0.4.4

This commit is contained in:
Steven
2022-09-16 23:04:40 +08:00
parent 77178afad5
commit 721aa3c907
4 changed files with 3 additions and 13 deletions

View File

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