Bump version to 1.4.0

This commit is contained in:
adisbladis 2022-08-25 20:21:20 +12:00
parent 098fb7f906
commit 6622c8aee4

View file

@ -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"