From cff61fbaf8d91de72cf4456af42da2164808cc09 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Sat, 22 Oct 2022 23:50:56 +0800 Subject: [PATCH] :bookmark: Release v2.4.5-alpha1 --- app/package.json | 2 +- kernel/util/working.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/package.json b/app/package.json index 90acdd09f..33a61d8f2 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.4.4", + "version": "2.4.5-alpha1", "description": "Build Your Eternal Digital Garden", "homepage": "https://b3log.org/siyuan", "main": "./electron/main.js", diff --git a/kernel/util/working.go b/kernel/util/working.go index 6887973c5..9d348947c 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,8 +41,8 @@ import ( var Mode = "prod" const ( - Ver = "2.4.4" - IsInsider = false + Ver = "2.4.5-alpha1" + IsInsider = true ) var (