Unverified Commit d08ba56c authored by boojack's avatar boojack Committed by GitHub

chore: release `v0.3.1` (#138)

parent c991a48d
...@@ -7,10 +7,10 @@ import ( ...@@ -7,10 +7,10 @@ import (
// Version is the service current released version. // Version is the service current released version.
// Semantic versioning: https://semver.org/ // Semantic versioning: https://semver.org/
var Version = "0.3.0" var Version = "0.3.1"
// DevVersion is the service current development version. // DevVersion is the service current development version.
var DevVersion = "0.3.0" var DevVersion = "0.3.1"
func GetCurrentVersion(mode string) string { func GetCurrentVersion(mode string) string {
if mode == "dev" { if mode == "dev" {
......
{ {
"name": "memos", "name": "memos",
"version": "0.3.0", "version": "0.3.1",
"scripts": { "scripts": {
"dev": "vite", "dev": "vite",
"build": "tsc && vite build", "build": "tsc && vite build",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment