Skip to content

Commit

Permalink
Catch-up version number updates (google#458)
Browse files Browse the repository at this point in the history
Cabal version bound is enforced by hackage
  • Loading branch information
blackgnezdo committed Dec 23, 2023
1 parent 02c9a2e commit 3a7fb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: proto-lens
version: "0.7.1.3"
version: "0.7.1.4"
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: >
The proto-lens library provides an API for protocol buffers using modern
Expand Down
2 changes: 1 addition & 1 deletion proto-lens.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ cabal-version: 1.12
-- see: https://github.com/sol/hpack

name: proto-lens
version: 0.7.1.3
version: 0.7.1.4
synopsis: A lens-based implementation of protocol buffers in Haskell.
description: The proto-lens library provides an API for protocol buffers using modern Haskell language and library patterns. Specifically, it provides:
.
Expand Down

0 comments on commit 3a7fb61

Please sign in to comment.