From 3ff63dc83d252c6aa7586a181bd6ec99caece08d Mon Sep 17 00:00:00 2001 From: Taylor Fausak Date: Thu, 7 Nov 2024 12:49:52 -0600 Subject: [PATCH] Version 1.2.3.0 (#109) --- witch.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/witch.cabal b/witch.cabal index 147fa30..e2372e6 100644 --- a/witch.cabal +++ b/witch.cabal @@ -1,6 +1,6 @@ cabal-version: 2.2 name: witch -version: 1.2.2.0 +version: 1.2.3.0 synopsis: Convert values from one type into another. description: Witch converts values from one type into another. build-type: Simple