From ac9f7846022570bb8a6d643a14ac19de084e9a7b Mon Sep 17 00:00:00 2001 From: eric Date: Sat, 21 Mar 2026 01:52:51 +0100 Subject: [PATCH] chore(release): v4.0.0 --- VERSION | 2 +- template/flake.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 0d69699..08e17e1 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ -3.6.2 +4.0.0 stable 0 diff --git a/template/flake.nix b/template/flake.nix index 0bf8460..b489c86 100644 --- a/template/flake.nix +++ b/template/flake.nix @@ -3,7 +3,7 @@ inputs = { nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; - repo-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=refs/tags/v3.6.2"; + repo-lib.url = "git+https://git.dgren.dev/eric/nix-flake-lib?ref=refs/tags/v4.0.0"; repo-lib.inputs.nixpkgs.follows = "nixpkgs"; };