From ade11e6645d2131f387b9d35d2e66740567a0c67 Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Mon, 3 Oct 2022 22:49:30 +0800 Subject: [PATCH] :bookmark: Release v2.3.0-alpha1 --- app/package.json | 2 +- kernel/util/working.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/package.json b/app/package.json index 15752d0e9..8a594209a 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "SiYuan", - "version": "2.2.3", + "version": "2.3.0-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 7a162fd0b..bed60528b 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -41,7 +41,7 @@ import ( var Mode = "prod" const ( - Ver = "2.2.3" + Ver = "2.3.0-alpha1" IsInsider = false )