From 687b0ef632ccccb066464c5b5f668b473248eef8 Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Fri, 6 Jan 2023 15:36:42 +0100 Subject: [PATCH] Bump version to 0.0.5.2 --- src/Annotator.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Annotator.hs b/src/Annotator.hs index b0bf8a4..eacc283 100644 --- a/src/Annotator.hs +++ b/src/Annotator.hs @@ -30,7 +30,7 @@ import Annotator.Rule import Annotator.Annotation version :: Vsn.Version -version = Vsn.makeVersion [0,0,5,1] +version = Vsn.makeVersion [0,0,5,2] type App a = ReaderT Options IO a