From 3582fca2d993ecbbf990f359f5107630233a917f Mon Sep 17 00:00:00 2001 From: hansoo Date: Tue, 31 Mar 2026 16:23:10 +0900 Subject: [PATCH] chore: bump up version --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 3d9a7ae..822f9fa 100644 --- a/build.sh +++ b/build.sh @@ -1,2 +1,2 @@ -APP_VERSION=1.0.1 +APP_VERSION=1.0.2 docker buildx build --platform linux/arm64 -f nextjs/Dockerfile -t cfc-web:$APP_VERSION . \ No newline at end of file