diff --git a/common/version.go b/common/version.go index 30fcc0d6cd82d..b0f7daa38d185 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.2.1" +var Version = "0.2.2" // DevVersion is the service current development version. -var DevVersion = "0.2.1" +var DevVersion = "0.2.2" func GetCurrentVersion(mode string) string { if mode == "dev" { diff --git a/web/package.json b/web/package.json index 2df302756da10..6b88e00a07219 100644 --- a/web/package.json +++ b/web/package.json @@ -1,6 +1,6 @@ { "name": "memos", - "version": "0.2.1", + "version": "0.2.2", "scripts": { "dev": "vite", "build": "tsc && vite build",