From ca341a8bb07735a36e03e819c89616d68f2febfb Mon Sep 17 00:00:00 2001 From: Varun Narravula Date: Mon, 22 Dec 2025 15:05:49 -0800 Subject: [PATCH] chore(nix): sync version number with latest version --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 6d2f03f..112ec02 100644 --- a/flake.nix +++ b/flake.nix @@ -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;