Commit dc3052e2 authored by Steven's avatar Steven

chore: release `v0.4.5`

parent 9b2e57ce
......@@ -7,10 +7,10 @@ import (
// Version is the service current released version.
// Semantic versioning: https://semver.org/
var Version = "0.4.4"
var Version = "0.4.5"
// DevVersion is the service current development version.
var DevVersion = "0.4.4"
var DevVersion = "0.4.5"
func GetCurrentVersion(mode string) string {
if mode == "dev" {
......
{
"name": "memos",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {
"dev": "vite",
"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