From e40507d1164a7deb4c28c1e9618aa4ddfd1ef2a5 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Fri, 16 Oct 2020 07:30:37 +0300 Subject: [PATCH] Bump version number --- conduit/conduit.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conduit/conduit.cabal b/conduit/conduit.cabal index c9817283a..375d36f5b 100644 --- a/conduit/conduit.cabal +++ b/conduit/conduit.cabal @@ -1,5 +1,5 @@ Name: conduit -Version: 1.3.2.1 +Version: 1.3.3 Synopsis: Streaming data processing library. description: `conduit` is a solution to the streaming data problem, allowing for production,