aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Text/Pandoc.hs2
-rw-r--r--pandoc.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/Text/Pandoc.hs b/Text/Pandoc.hs
index 34e24a726..662c6d33e 100644
--- a/Text/Pandoc.hs
+++ b/Text/Pandoc.hs
@@ -107,4 +107,4 @@ import Text.Pandoc.Shared
-- | Version number of pandoc library.
pandocVersion :: String
-pandocVersion = "0.46"
+pandocVersion = "0.47"
diff --git a/pandoc.cabal b/pandoc.cabal
index 2432591d7..10d09a6d6 100644
--- a/pandoc.cabal
+++ b/pandoc.cabal
@@ -1,5 +1,5 @@
Name: pandoc
-Version: 0.46
+Version: 0.47
Cabal-Version: >= 1.2
License: GPL
License-File: COPYING