Skip to content

Commit

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

0 comments on commit 5d07a69

Please sign in to comment.