Skip to content

Commit

Permalink
🔖 Release v2.8.8
Browse files Browse the repository at this point in the history
  • Loading branch information
88250 committed May 16, 2023
1 parent 6a6dec0 commit a335101
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dockerimage.yml
Expand Up @@ -33,4 +33,4 @@ jobs:

- name: Build the Docker image
run: |
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.8.7 .
docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v8 -t b3log/siyuan:latest -t b3log/siyuan:v2.8.8 .
2 changes: 1 addition & 1 deletion app/appx/AppxManifest.xml
Expand Up @@ -9,7 +9,7 @@
<Identity Name="89C2A984.SiYuan"
ProcessorArchitecture="x64"
Publisher='CN=087C656E-C1D9-42D8-8807-CED45A74FC0F'
Version="2.8.7.0"/>
Version="2.8.8.0"/>
<Properties>
<DisplayName>SiYuan</DisplayName>
<PublisherDisplayName>云南链滴科技有限公司</PublisherDisplayName>
Expand Down
2 changes: 1 addition & 1 deletion app/package.json
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
"version": "2.8.7",
"version": "2.8.8",
"description": "Build Your Eternal Digital Garden",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",
Expand Down
2 changes: 1 addition & 1 deletion kernel/util/working.go
Expand Up @@ -41,7 +41,7 @@ import (
var Mode = "prod"

const (
Ver = "2.8.7"
Ver = "2.8.8"
IsInsider = false
)

Expand Down

0 comments on commit a335101

Please sign in to comment.