chore: 发布 Docker 镜像 1.1.3

包含网站监控与独立 monitor.db。

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-31 07:58:54 +08:00
parent 429956c594
commit c6ce44f8b4
3 changed files with 5 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ $AppName = 'jiang13'
$MainPkg = './cmd/jiang13'
$BuildDir = 'dist'
$DevDataDir = 'dist/data'
$Version = '1.1.2'
$Version = '1.1.3'
$RegistryImage = 'hangzhang714128/jiang13-forum'
$Ldlags = "-s -w -X main.version=$Version"