chore: tweak reaction store

This commit is contained in:
Steven
2024-02-09 21:59:45 +08:00
parent 81aa9b107f
commit 3dddd3ec4c
23 changed files with 210 additions and 67 deletions

View File

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