diff --git a/index.php b/index.php index daccf02..9eaf5fe 100644 --- a/index.php +++ b/index.php @@ -28,6 +28,6 @@ define('_BIN_', _APP_ . 'bin/'); define('_THEMES_', _RESOURCE_ROOT_ . 'themes/'); define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/'); -define('_VERSION_', '0.7.3'); +define('_VERSION_', '0.7.4'); require_once _APP_ . 'bootstrap.php';