mirror of
https://github.com/usememos/memos.git
synced 2025-02-11 17:00:54 +01:00
chore: upgrade version
This commit is contained in:
parent
6f2ca6c87a
commit
a541e8d3e3
@ -9,10 +9,10 @@ import (
|
||||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.16.0"
|
||||
var Version = "0.16.1"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.16.0"
|
||||
var DevVersion = "0.16.1"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" || mode == "demo" {
|
||||
|
Loading…
x
Reference in New Issue
Block a user