diff --git a/server/version/version.go b/server/version/version.go index ac9d48c8..42ba84f8 100644 --- a/server/version/version.go +++ b/server/version/version.go @@ -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" { diff --git a/web/package.json b/web/package.json index 94a9cc2c..660fa0d1 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "memos", - "version": "0.4.4", + "version": "0.4.5", "scripts": { "dev": "vite", "build": "tsc && vite build",