From b51f74a20831e0a2602167855cf405c11f5b70d3 Mon Sep 17 00:00:00 2001 From: Tom French <15848336+TomAFrench@users.noreply.github.com> Date: Sat, 22 Apr 2023 00:16:21 +0100 Subject: [PATCH] chore: update flake version to match current release (#1204) --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index ab5012160d3..74f19f612f2 100644 --- a/flake.nix +++ b/flake.nix @@ -103,7 +103,7 @@ commonArgs = environment // { pname = "noir"; # x-release-please-start-version - version = "0.3.2"; + version = "0.4.1"; # x-release-please-end # Use our custom stdenv to build and test our Rust project