From 072bed4ec5b5aeecbd6aee141c1edf7c2f1bd1f6 Mon Sep 17 00:00:00 2001 From: BafS Date: Thu, 10 Mar 2016 10:44:19 +0100 Subject: [PATCH] Update version (patch) --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 20c9fc0..2bf01fa 100644 --- a/index.php +++ b/index.php @@ -21,6 +21,6 @@ define('_THEMES_', _ROOT_ . 'themes/'); define('_PLUGINS_', _ROOT_ . 'plugins/'); -define('_VERSION_', '0.6.0'); +define('_VERSION_', '0.6.1'); require_once _APP_ . 'bootstrap.php';