Bump version to v0.0.5.0

This commit is contained in:
Alexander Kobjolke 2022-03-10 20:43:32 +01:00
parent 119378c344
commit 8c7bf983d9

View file

@ -30,7 +30,7 @@ import Annotator.Rule
import Annotator.Annotation
version :: Vsn.Version
version = Vsn.makeVersion [0,0,4,1]
version = Vsn.makeVersion [0,0,5,0]
type App a = ReaderT Options IO a