chore(nix): sync version number with latest version

This commit is contained in:
Varun Narravula
2025-12-22 15:05:49 -08:00
committed by Owen Schwartz
parent 80ae03997a
commit ca341a8bb0

View File

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