diff --git a/common/version.go b/common/version.go index 009b13c0..8a1128d9 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.2.2" +var Version = "0.3.0" // DevVersion is the service current development version. var DevVersion = "0.3.0" diff --git a/web/package.json b/web/package.json index 6b88e00a..23c581f9 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "memos", - "version": "0.2.2", + "version": "0.3.0", "scripts": { "dev": "vite", "build": "tsc && vite build",