chore: release v3.9.5

This commit is contained in:
Arunavo Ray
2026-02-26 11:02:00 +05:30
parent 89a6372565
commit c26b5574e0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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