Skip to content

Commit 0fb8004

Browse files
committed
Update version number
1 parent 2003077 commit 0fb8004

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

index.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,10 @@
2424

2525
// Static
2626
define('_UPLOADS_', _STATIC_ . 'files/');
27-
define('_COMPONENTS_', _STATIC_ . 'components/');
2827

2928
define('_BIN_', _APP_ . 'bin/');
3029
define('_THEMES_', _RESOURCE_ROOT_ . 'themes/');
3130
define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/');
32-
define('_VERSION_', '0.7.2');
31+
define('_VERSION_', '0.7.3');
3332

3433
require_once _APP_ . 'bootstrap.php';

0 commit comments

Comments
 (0)