Skip to content

Commit

Permalink
Changed version back to 0.8.0 on master to keep it separated from dev
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Aug 31, 2018
1 parent a178886 commit 47e4444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/load.php
Expand Up @@ -5,7 +5,7 @@

session_start();

$VERSION = "0.8.0+dev";
$VERSION = "0.8.0";
$HOST = @$_SERVER['HTTP_HOST'];
if (strpos($HOST, ":") !== false) {
$HOST = substr($HOST, 0, strpos($HOST, ":"));
Expand Down

0 comments on commit 47e4444

Please sign in to comment.