diff options
Diffstat (limited to 'Text')
-rw-r--r-- | Text/Pandoc.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs index 55a2fdc2b..e97103f97 100644 --- a/Text/Pandoc.hs +++ b/Text/Pandoc.hs @@ -111,4 +111,4 @@ import Text.Pandoc.Shared -- | Version number of pandoc library. pandocVersion :: String -pandocVersion = "1.0.0.2" +pandocVersion = "1.1" |