We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2003077 commit 0fb8004Copy full SHA for 0fb8004
index.php
@@ -24,11 +24,10 @@
24
25
// Static
26
define('_UPLOADS_', _STATIC_ . 'files/');
27
-define('_COMPONENTS_', _STATIC_ . 'components/');
28
29
define('_BIN_', _APP_ . 'bin/');
30
define('_THEMES_', _RESOURCE_ROOT_ . 'themes/');
31
define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/');
32
-define('_VERSION_', '0.7.2');
+define('_VERSION_', '0.7.3');
33
34
require_once _APP_ . 'bootstrap.php';
0 commit comments