From 428c97441c3161ecb539884a48a613ad284cb32a Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Mon, 3 Aug 2026 11:59:44 +0530 Subject: [PATCH] chore: bump version to 3.25.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7c75893..c65e3ec 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "3.24.0", + "version": "3.25.0", "engines": { "bun": ">=1.2.9" },