Skip to content

Commit

Permalink
chore: release v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
boojack committed Aug 6, 2022
1 parent c991a48 commit 9c084b2
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.3.0"
var Version = "0.3.1"

// DevVersion is the service current development version.
var DevVersion = "0.3.0"
var DevVersion = "0.3.1"

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.3.0",
"version": "0.3.1",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
Expand Down

0 comments on commit 9c084b2

Please sign in to comment.