chore: update memo visibility field (#132)

chore: update `memo` visibility field in schema
This commit is contained in:
boojack
2022-07-24 21:01:56 +08:00
committed by GitHub
parent b516a8561f
commit 3d33b5d564
4 changed files with 40 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import (
var Version = "0.2.2"
// DevVersion is the service current development version.
var DevVersion = "0.2.2"
var DevVersion = "0.3.0"
func GetCurrentVersion(mode string) string {
if mode == "dev" {