feat(nix): sync version number

Former-commit-id: 1da424bb20
This commit is contained in:
Varun Narravula
2025-12-11 17:53:07 -08:00
parent da9ad06a44
commit e0fdb1bf33

View File

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