Bump version to 0.0.5.2

This commit is contained in:
Alexander Kobjolke 2023-01-06 15:36:42 +01:00
parent 3019f4ddc5
commit 687b0ef632

View file

@ -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