feat: add database filesize in UI (#488)

This commit is contained in:
boojack
2022-11-18 21:17:52 +08:00
committed by GitHub
parent 706b1b428f
commit a2831b37c4
13 changed files with 74 additions and 26 deletions

View File

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