Skip to content

Commit e40c9fe

Browse files
committed
🔖 Release v3.8.0-alpha.3
Signed-off-by: Daniel <845765@qq.com>
1 parent 2938676 commit e40c9fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "SiYuan",
33
"desktopName": "org.b3log.siyuan",
4-
"version": "3.8.0-alpha.2",
4+
"version": "3.8.0-alpha.3",
55
"description": "Refactor your thinking",
66
"homepage": "https://b3log.org/siyuan",
77
"main": "./electron/main.js",

kernel/util/working.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ import (
4444
// var Mode = "dev"
4545
var Mode = "prod"
4646

47-
const Ver = "3.8.0-alpha.2"
47+
const Ver = "3.8.0-alpha.3"
4848

4949
// IsReleaseVer 判断是否为正式版(不含 alpha、beta、rc 等预发布标识)。
5050
func IsReleaseVer(ver string) bool {

0 commit comments

Comments
 (0)