Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Commit

Permalink
Update ReleaseInfo.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan authored Oct 9, 2020
1 parent 4db6dbb commit 0e8a7a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Service/ReleaseInfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class ReleaseInfo extends AbstractController

public function SystemVersion()
{
$version = '0.5.8';
$version = '0.5.9';

return $version;
}
Expand Down Expand Up @@ -69,4 +69,4 @@ public function Announcements()
return $currentversion;
}

}
}

0 comments on commit 0e8a7a7

Please sign in to comment.