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