From 287881c68c403c129274403237c0e73ae953d758 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B8=85?= <6581896+oncream@user.noreply.gitee.com> Date: Fri, 11 Apr 2025 18:02:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(1.0.5):=E4=BC=98=E5=8C=96=E7=94=A8?= =?UTF-8?q?=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6055fca..31bf229 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ all: frontend build tar image: frontend docker-build save-image -TAG=v1.0.4 +TAG=v1.0.5 frontend: cd ui && yarn run build