diff options
author | Akshay <[email protected]> | 2021-10-29 14:03:53 +0100 |
---|---|---|
committer | Akshay <[email protected]> | 2021-10-29 14:14:14 +0100 |
commit | a34ab7a09f37fd319ec4444417a0edb6ba4058a8 (patch) | |
tree | 0596074b46a1e8ca1435b0a98abbc26695737d8f /flake.nix | |
parent | 1a97cce01f8e49b33bf28cbcdfeb3c8aefd809a5 (diff) |
bump to v0.3.0v0.3.0
also add release checklist
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ | |||
49 | 49 | ||
50 | statix = with final; pkgs.stdenv.mkDerivation { | 50 | statix = with final; pkgs.stdenv.mkDerivation { |
51 | pname = "statix"; | 51 | pname = "statix"; |
52 | version = "v0.2.5"; | 52 | version = "v0.3.0"; |
53 | src = builtins.path { | 53 | src = builtins.path { |
54 | path = ./.; | 54 | path = ./.; |
55 | name = "statix"; | 55 | name = "statix"; |