Skip to content

Commit

Permalink
prepared for 0.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc committed Aug 17, 2018
1 parent 58071dc commit 8f6ca8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v0.7.0 -> v0.x.x
# v0.7.0 -> v0.7.1

## Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion src/inc/load.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

$OBJECTS = array();

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

0 comments on commit 8f6ca8b

Please sign in to comment.