From f75d11e495baa78855bd3b63a18deaee35b657a2 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Tue, 25 Oct 2022 21:45:19 +0800 Subject: [PATCH] :bookmark: Release v2.4.6-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 3eda59ef0..79e4ba82a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.4.5", + "version": "2.4.6-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 69829e60a..9ff99c929 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,8 +41,8 @@ import ( var Mode = "prod" const ( - Ver = "2.4.5" - IsInsider = false + Ver = "2.4.6-alpha1" + IsInsider = true ) var (