Bump version

Former-commit-id: 74fd3f3aa3
This commit is contained in:
Owen
2026-05-07 16:24:30 -07:00
parent a84bae3bc1
commit 5e7cd9c0b9

View File

@@ -25,7 +25,7 @@
inherit (pkgs) lib;
# Update version when releasing
version = "1.11.0";
version = "1.12.4";
in
{
default = self.packages.${system}.pangolin-newt;