chore: release v0.4.5

This commit is contained in:
Steven 2022-09-24 09:41:14 +08:00
parent 9b2e57cee5
commit dc3052e225
2 changed files with 3 additions and 3 deletions

View file

@ -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" {

View file

@ -1,6 +1,6 @@
{
"name": "memos",
"version": "0.4.4",
"version": "0.4.5",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",