Skip to content

Commit

Permalink
chore: release v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Jul 22, 2022
1 parent 3c5b0ea commit eea826d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions common/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
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.2.1",
"version": "0.2.2",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit eea826d

Please sign in to comment.