diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-08-14 11:54:04 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-08-14 11:54:04 -0700 |
commit | e44815a9ee20e6903ff2b91d0de9cf15c6dc5467 (patch) | |
tree | 9f5ff563a3802c4e238e169e60732858f7319ed7 | |
parent | dae3a09433b54d7a7c9276b41f17cbc5e144afcc (diff) | |
download | pandoc-e44815a9ee20e6903ff2b91d0de9cf15c6dc5467.tar.gz |
Bump version to 2.3, because of breaking API change to Macro.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 08289adf1..86fe68dcf 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.2.3.2 +version: 2.3 cabal-version: 2.0 build-type: Custom license: GPL-2 |