chore: upgrade version to 0.14.2 (#2035)

* chore: upgrade version to `0.14.2`

* chore: remove TestConcurrentReadWrite test
This commit is contained in:
boojack
2023-07-26 22:42:38 +08:00
committed by GitHub
parent d8d6de9fca
commit 8328b5dd4a
2 changed files with 2 additions and 48 deletions

View File

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