Skip to content

Commit

Permalink
Bump version to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Aug 25, 2022
1 parent 098fb7f commit 6622c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ lib }:
(import ./generic.nix {
version = "1.3.0";
version = "1.4.0";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"
Expand Down

0 comments on commit 6622c8a

Please sign in to comment.