Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
BafS committed Aug 3, 2016
1 parent 2003077 commit 0fb8004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,10 @@

// Static
define('_UPLOADS_', _STATIC_ . 'files/');
define('_COMPONENTS_', _STATIC_ . 'components/');

define('_BIN_', _APP_ . 'bin/');
define('_THEMES_', _RESOURCE_ROOT_ . 'themes/');
define('_PLUGINS_', _RESOURCE_ROOT_ . 'plugins/');
define('_VERSION_', '0.7.2');
define('_VERSION_', '0.7.3');

require_once _APP_ . 'bootstrap.php';

0 comments on commit 0fb8004

Please sign in to comment.