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';