Skip to content

Commit

Permalink
prepare 0.9.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Nov 5, 2018
1 parent 4f9d8b3 commit cd2951c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inc/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

session_start();

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

0 comments on commit cd2951c

Please sign in to comment.