chore: release v3.9.6

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Arunavo Ray
2026-02-27 12:45:25 +05:30
parent 5aa0f3260d
commit 61841dd7a5
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
# Build the application
gitea-mirror = pkgs.stdenv.mkDerivation {
pname = "gitea-mirror";
version = "3.9.5";
version = "3.9.6";
src = ./.;

View File

@@ -1,7 +1,7 @@
{
"name": "gitea-mirror",
"type": "module",
"version": "3.9.5",
"version": "3.9.6",
"engines": {
"bun": ">=1.2.9"
},