Skip to content

Commit d221b5a

Browse files
committed
🔖 Release v3.7.4-alpha.6
Signed-off-by: Daniel <845765@qq.com>
1 parent 8836fae commit d221b5a

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.7.4-alpha.5",
4+
"version": "3.7.4-alpha.6",
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.7.4-alpha.5"
47+
const Ver = "3.7.4-alpha.6"
4848

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

0 commit comments

Comments
 (0)