From efa7112944593c99ab9f50a0f77314fec8c684ae Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 6 Aug 2024 08:52:25 +0800 Subject: [PATCH] :bookmark: Release v3.1.3 --- app/appx/AppxManifest.xml | 2 +- kernel/util/working.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml index 2fde4cb08..6130dec5e 100644 --- a/app/appx/AppxManifest.xml +++ b/app/appx/AppxManifest.xml @@ -9,7 +9,7 @@ + Version="3.1.3.0"/> SiYuan 云南链滴科技有限公司 diff --git a/kernel/util/working.go b/kernel/util/working.go index ec0d4700a..6f8e16d36 100644 --- a/kernel/util/working.go +++ b/kernel/util/working.go @@ -44,7 +44,7 @@ import ( var Mode = "prod" const ( - Ver = "3.1.2" + Ver = "3.1.3" IsInsider = false )