mirror of
https://github.com/usememos/memos.git
synced 2025-01-01 10:01:54 +08:00
chore: release v0.4.5
This commit is contained in:
parent
9b2e57cee5
commit
dc3052e225
2 changed files with 3 additions and 3 deletions
|
@ -7,10 +7,10 @@ import (
|
|||
|
||||
// Version is the service current released version.
|
||||
// Semantic versioning: https://semver.org/
|
||||
var Version = "0.4.4"
|
||||
var Version = "0.4.5"
|
||||
|
||||
// DevVersion is the service current development version.
|
||||
var DevVersion = "0.4.4"
|
||||
var DevVersion = "0.4.5"
|
||||
|
||||
func GetCurrentVersion(mode string) string {
|
||||
if mode == "dev" {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "memos",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "tsc && vite build",
|
||||
|
|
Loading…
Reference in a new issue