aboutsummaryrefslogtreecommitdiff
path: root/src/Main.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Main.hs')
-rw-r--r--src/Main.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs
index dc5a9fde1..a262f91a4 100644
--- a/src/Main.hs
+++ b/src/Main.hs
@@ -26,7 +26,7 @@ import Char ( toLower )
import Control.Monad ( (>>=) )
version :: String
-version = "0.3"
+version = "0.22"
-- | Association list of formats and readers.
readers :: [(String, ParserState -> String -> Pandoc)]