Commit 12a48ae2 authored by Steven's avatar Steven

chore: release `v0.4.2`

parent bcb684d1
...@@ -7,7 +7,7 @@ import ( ...@@ -7,7 +7,7 @@ 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.4.1" var Version = "0.4.2"
// DevVersion is the service current development version. // DevVersion is the service current development version.
var DevVersion = "0.4.2" var DevVersion = "0.4.2"
......
{ {
"name": "memos", "name": "memos",
"version": "0.4.1", "version": "0.4.2",
"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