diff options
Diffstat (limited to 'data/pandoc.lua')
-rw-r--r-- | data/pandoc.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/data/pandoc.lua b/data/pandoc.lua index b3cee4670..a46dd10be 100644 --- a/data/pandoc.lua +++ b/data/pandoc.lua @@ -22,9 +22,6 @@ THIS SOFTWARE. -- @author Albert Krewinkel -- @copyright © 2017–2018 Albert Krewinkel -- @license MIT -local M = { - _VERSION = "0.4.0" -} local List = require 'pandoc.List' |