mirror of
https://github.com/usememos/memos.git
synced 2025-10-06 20:36:44 +08:00
chore: update version 0.4.0
This commit is contained in:
parent
2935057ca7
commit
2cf07753e7
1 changed files with 2 additions and 2 deletions
|
@ -7,10 +7,10 @@ import (
|
|||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.3.1"
|
||||
var Version = "0.4.0"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.3.1"
|
||||
var DevVersion = "0.4.0"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" {
|
||||
|
|
Loading…
Add table
Reference in a new issue