From a1218ab67aa715472f7a8204d2cf1080051f45e2 Mon Sep 17 00:00:00 2001 From: Owen Date: Fri, 8 May 2026 11:05:24 -0700 Subject: [PATCH] Bump version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index b388cc9..78d0291 100644 --- a/flake.nix +++ b/flake.nix @@ -25,7 +25,7 @@ inherit (pkgs) lib; # Update version when releasing - version = "1.12.4"; + version = "1.12.5"; in { default = self.packages.${system}.pangolin-newt;