diff options
author | John MacFarlane <jgm@berkeley.edu> | 2019-08-05 10:29:12 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2019-08-05 10:29:12 -0700 |
commit | c452744520d32c7550a0341f4b3e18ec5301808a (patch) | |
tree | 475afef1526e9f0b947ed4449c159d517e9aa2dd | |
parent | 0b82661e59f7d1517e0c8087912f7f47f38d1e64 (diff) | |
download | pandoc-c452744520d32c7550a0341f4b3e18ec5301808a.tar.gz |
Version bump to 2.8 because of type changes for templates.
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index 0441cfa76..91927d476 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -1,5 +1,5 @@ name: pandoc -version: 2.7.4 +version: 2.8 cabal-version: 2.0 build-type: Simple license: GPL-2 |