chore: update signin page (#410)

* chore: update signin page

* chore: update version `v0.7.1`
This commit is contained in:
boojack
2022-11-04 20:28:16 +08:00
committed by GitHub
parent 8e2844e0c5
commit 0d6281ef6b
9 changed files with 22 additions and 21 deletions

View File

@@ -7,10 +7,10 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.7.0"
var Version = "0.7.1"
// DevVersion is the service current development version.
var DevVersion = "0.7.0"
var DevVersion = "0.7.1"
func GetCurrentVersion(mode string) string {
if mode == "dev" {