From 1d639456d3371a52a17dfa41bb81327d089b41f9 Mon Sep 17 00:00:00 2001
From: Albert Krewinkel <albert@zeitkraut.de>
Date: Sat, 13 Jan 2018 15:35:57 +0100
Subject: data/pandoc.lua: drop _VERSION

Having a _VERSION became superfluous, as this module is closely tied to
the pandoc version, which is available via PANDOC_VERSION.
---
 data/pandoc.lua | 3 ---
 1 file changed, 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'
 
-- 
cgit v1.2.3