Skip to content

Commit

Permalink
Bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adisbladis committed Aug 24, 2022
1 parent a54ee79 commit 02243ec
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.1.0";
version = "1.2.0";
src = lib.cleanSourceWith {
filter = name: type: builtins.foldl' (v: s: v && ! lib.hasSuffix s name) true [
"tests"
Expand Down

0 comments on commit 02243ec

Please sign in to comment.