Skip to content

Commit

Permalink
FOG 1.5.10 re-release
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian-Roth committed Mar 30, 2023
1 parent f8383a8 commit 3eaa83b
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.10.3');
define('FOG_VERSION', '1.5.10');
define('FOG_SCHEMA', 270);
define('FOG_BCACHE_VER', 140);
define('FOG_CLIENT_VERSION', '0.13.0');
Expand Down

0 comments on commit 3eaa83b

Please sign in to comment.