Skip to content

Commit

Permalink
Push out release candidate 1.5.9-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Apr 27, 2020
1 parent 38a31e6 commit d260b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/lib/fog/system.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ private static function _versionCompare()
public function __construct()
{
self::_versionCompare();
define('FOG_VERSION', '1.5.8.34');
define('FOG_VERSION', '1.5.9-RC1');
define('FOG_SCHEMA', 270);
define('FOG_BCACHE_VER', 134);
define('FOG_CLIENT_VERSION', '0.12.0');
Expand Down

0 comments on commit d260b29

Please sign in to comment.