diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-10-04 09:46:16 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-10-04 09:46:16 -0700 |
commit | 2caf198b46a4afbe97086136c57228e13fc71a45 (patch) | |
tree | 5d671a83e5e5ab0d15fc035263e6b45b0d58aaad | |
parent | 600034d7ff83b7ece292016a1e9c232fd7ac66f7 (diff) | |
download | pandoc-2caf198b46a4afbe97086136c57228e13fc71a45.tar.gz |
Version to 2.4.
We need a major API version bump because of the removed
function from T.P.Writers.Shared.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 58e8d6348..1b408be0a 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.3.2 +version: 2.4 cabal-version: 2.0 build-type: Custom license: GPL-2 |