🔖 Release v3.0.0-alpha2

This commit is contained in:
Daniel 2023-08-02 22:54:58 +08:00
parent 8fcb8e0962
commit 1efa54ac10
No known key found for this signature in database
GPG Key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "SiYuan", "name": "SiYuan",
"version": "2.9.8", "version": "3.0.0-alpha2",
"description": "Refactor your thinking", "description": "Refactor your thinking",
"homepage": "https://b3log.org/siyuan", "homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js", "main": "./electron/main.js",

View File

@ -41,8 +41,8 @@ import (
var Mode = "prod" var Mode = "prod"
const ( const (
Ver = "2.9.8" Ver = "3.0.0-alpha2"
IsInsider = false IsInsider = true
) )
var ( var (