diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
index 0b9a8a7eb..be510c6b6 100644
--- a/.github/workflows/dockerimage.yml
+++ b/.github/workflows/dockerimage.yml
@@ -14,5 +14,5 @@ jobs:
- name: Build the Docker image
run: |
docker login --username=${{ secrets.DOCKER_HUB_USER }} --password=${{ secrets.DOCKER_HUB_PWD }}
- docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.15 .
+ docker build -t b3log/siyuan:latest -t b3log/siyuan:v2.0.16 .
docker push b3log/siyuan -a
diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml
index a93fedf01..12720ff65 100644
--- a/app/appx/AppxManifest.xml
+++ b/app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
+ Version="2.0.16.0"/>
SiYuan
云南链滴科技有限公司
diff --git a/app/package.json b/app/package.json
index 9463dd319..6b6848081 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
- "version": "2.0.15",
+ "version": "2.0.16",
"description": "A local-first personal knowledge management system, supports fine-grained block-level reference, and Markdown WYSIWYG.",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
diff --git a/kernel/util/working.go b/kernel/util/working.go
index c4df4430e..3c1112907 100644
--- a/kernel/util/working.go
+++ b/kernel/util/working.go
@@ -39,7 +39,7 @@ import (
var Mode = "prod"
const (
- Ver = "2.0.15"
+ Ver = "2.0.16"
IsInsider = false
)