mirror of
https://github.com/usememos/memos.git
synced 2025-03-29 09:00:16 +01:00
chore: upgrade version
This commit is contained in:
parent
14adcb56da
commit
1c27824e58
@ -9,10 +9,10 @@ import (
|
||||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.15.0"
|
||||
var Version = "0.15.1"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.15.0"
|
||||
var DevVersion = "0.15.1"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" || mode == "demo" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user