mirror of
https://github.com/usememos/memos.git
synced 2025-03-06 02:23:29 +08:00
chore: update dev version v0.5.0
This commit is contained in:
parent
cff0e86989
commit
3bde9543f3
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ import (
|
|||
var Version = "0.4.5"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.4.5"
|
||||
var DevVersion = "0.5.0"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" {
|
||||
|
|
Loading…
Reference in a new issue