From e235c22b0d5aecc7e610263446f4b348bfc8d648 Mon Sep 17 00:00:00 2001 From: Samuel Lampa Date: Thu, 17 Aug 2017 18:36:06 +0200 Subject: [PATCH] Bump version to v3.0.1 --- RDFIO.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RDFIO.php b/RDFIO.php index eb79da1..faa4f64 100644 --- a/RDFIO.php +++ b/RDFIO.php @@ -13,7 +13,7 @@ // ------------------------------------------------------------- // Extension meta data // ------------------------------------------------------------- -define( 'RDFIO_VERSION', 'v3.0.0' ); +define( 'RDFIO_VERSION', 'v3.0.1' ); $GLOBALS['wgExtensionCredits']['other'][] = array( 'path' => __FILE__,