From fe6bcc5288bdc146698aed611b92de8d268b931b Mon Sep 17 00:00:00 2001 From: Arunavo Ray Date: Sun, 15 Mar 2026 14:11:22 +0530 Subject: [PATCH] chore: bump version to 3.13.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ee004fb..b6bdb6f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gitea-mirror", "type": "module", - "version": "3.13.1", + "version": "3.13.2", "engines": { "bun": ">=1.2.9" },