diff --git a/hoff.cabal b/hoff.cabal index 67eb8f4b..2d0fcdc2 100644 --- a/hoff.cabal +++ b/hoff.cabal @@ -1,6 +1,6 @@ name: hoff -- please keep version consistent with hoff.nix -version: 0.27.0 +version: 0.27.1 category: Development synopsis: A gatekeeper for your commits diff --git a/hoff.nix b/hoff.nix index 24d98d06..e3d44b3c 100644 --- a/hoff.nix +++ b/hoff.nix @@ -4,7 +4,7 @@ let in haskellPackages.mkDerivation { pname = "hoff"; - version = "0.27.0"; # please keep consistent with hoff.cabal + version = "0.27.1"; # please keep consistent with hoff.cabal src = let