diff --git a/common/version.go b/common/version.go index 4320ad91..781a21aa 100644 --- a/common/version.go +++ b/common/version.go @@ -7,7 +7,7 @@ import ( // Version is the service current released version. // Semantic versioning: https://semver.org/ -var Version = "0.4.1" +var Version = "0.4.2" // DevVersion is the service current development version. var DevVersion = "0.4.2" diff --git a/web/package.json b/web/package.json index e812505c..9e78a2d4 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "memos", - "version": "0.4.1", + "version": "0.4.2", "scripts": { "dev": "vite", "build": "tsc && vite build",