feat(nix): sync version number

This commit is contained in:
Varun Narravula
2025-12-11 17:53:07 -08:00
parent 22e5104a41
commit 1da424bb20

View File

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