Skip to content

Commit

Permalink
Hoff v0.27.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rudymatela committed Aug 24, 2022
1 parent 772ab26 commit 6a7b4bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hoff.cabal
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion hoff.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7b4bb

Please sign in to comment.