Skip to content

Commit afa823b

Browse files
committed
🔖 Release v3.8.1
Signed-off-by: Daniel <845765@qq.com>
1 parent 5e9ecfa commit afa823b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

app/appx/AppxManifest-arm64.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity Name="89C2A984.SiYuan"
1010
ProcessorArchitecture="arm64"
1111
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
12-
Version="3.8.0.0"/>
12+
Version="3.8.1.0"/>
1313
<Properties>
1414
<DisplayName>SiYuan</DisplayName>
1515
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>

app/appx/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<Identity Name="89C2A984.SiYuan"
1010
ProcessorArchitecture="x64"
1111
Publisher="CN=087C656E-C1D9-42D8-8807-CED45A74FC0F"
12-
Version="3.8.0.0"/>
12+
Version="3.8.1.0"/>
1313
<Properties>
1414
<DisplayName>SiYuan</DisplayName>
1515
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>

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.1-beta.6",
4+
"version": "3.8.1",
55
"description": "From thought to insight, with agents",
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.1-beta.6"
47+
const Ver = "3.8.1"
4848

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

0 commit comments

Comments
 (0)