Skip to content

Commit d3433a7

Browse files
committed
Hoff v0.27.1
1 parent 7d58a61 commit d3433a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hoff.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: hoff
22
-- please keep version consistent with hoff.nix
3-
version: 0.27.0
3+
version: 0.27.1
44
category: Development
55
synopsis: A gatekeeper for your commits
66

hoff.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ let
44
in
55
haskellPackages.mkDerivation {
66
pname = "hoff";
7-
version = "0.27.0"; # please keep consistent with hoff.cabal
7+
version = "0.27.1"; # please keep consistent with hoff.cabal
88

99
src =
1010
let

0 commit comments

Comments
 (0)