Skip to content

Commit

Permalink
Increased version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeanEYE committed Apr 6, 2017
1 parent ef1e2b6 commit d588da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
define('_LIBPATH', _BASEPATH.'/libraries/');
define('_DOMAIN', $_SERVER['SERVER_NAME']);
define('_SECURE', !empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] != 'off');
define('_VERSION', 0.3);
define('_VERSION', 0.4);

require_once('units/database/common.php');
require_once('units/database/item_manager.php');
Expand Down

0 comments on commit d588da8

Please sign in to comment.