From 71389114bbd07fd7fb3a17182792ee22437d5556 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Wed, 5 Oct 2022 21:57:58 +0800 Subject: [PATCH] :bookmark: Release v2.3.0-alpha2 --- 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 8a594209a..800c78e97 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.3.0-alpha1", + "version": "2.3.0-alpha2", "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 bed60528b..ad3f7e624 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,8 +41,8 @@ import ( var Mode = "prod" const ( - Ver = "2.3.0-alpha1" - IsInsider = false + Ver = "2.3.0-alpha2" + IsInsider = true ) var (