release: 1.4.11

pull/1440/head v1.4.11
Ryan Wang 2021-07-24 12:26:12 +08:00
parent 45ce44693d
commit 84056cf9a0
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# CHANGELOG
# next
# 1.4.11
## Bug Fixes

View File

@ -29,7 +29,7 @@
下载最新的 Halo 运行包:
```bash
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.10/halo-1.4.10.jar --output halo.jar
curl -L https://github.com/halo-dev/halo/releases/download/v1.4.11/halo-1.4.11.jar --output halo.jar
```
其他地址https://docs.halo.run/install/downloads

View File

@ -6,7 +6,7 @@ plugins {
}
group = "run.halo.app"
version = "1.4.10"
version = "1.4.11"
description = "Halo, An excellent open source blog publishing application."
sourceCompatibility = JavaVersion.VERSION_11

File diff suppressed because one or more lines are too long