diff --git a/common/version.go b/common/version.go index 21919787..6fe62405 100644 --- a/common/version.go +++ b/common/version.go @@ -7,10 +7,10 @@ import ( // Version is the service current released version. // Semantic versioning: https://semver.org/ -var Version = "0.4.0" +var Version = "0.4.1" // DevVersion is the service current development version. -var DevVersion = "0.4.0" +var DevVersion = "0.4.1" func GetCurrentVersion(mode string) string { if mode == "dev" { diff --git a/web/package.json b/web/package.json index 3386ace5..e812505c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "memos", - "version": "0.3.1", + "version": "0.4.1", "scripts": { "dev": "vite", "build": "tsc && vite build",