Skip to content

Commit

Permalink
chore: release v0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Sep 2, 2022
1 parent bcb684d commit 12a48ae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "memos",
"version": "0.4.1",
"version": "0.4.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 12a48ae

Please sign in to comment.