Bump version

Former-commit-id: a1218ab67a
This commit is contained in:
Owen
2026-05-08 11:05:24 -07:00
parent 74b4b7d76d
commit 5541f92d07

View File

@@ -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;