Skip to content

Commit

Permalink
Attempt to help with #586
Browse files Browse the repository at this point in the history
  • Loading branch information
mastacontrola committed Jun 28, 2024
1 parent 9c1eed7 commit 199eeec
Show file tree
Hide file tree
Showing 9 changed files with 3,329 additions and 12 deletions.
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.30');
define('FOG_VERSION', '1.5.10.31');
define('FOG_SCHEMA', 270);
define('FOG_BCACHE_VER', 140);
define('FOG_CLIENT_VERSION', '0.13.0');
Expand Down
Loading

0 comments on commit 199eeec

Please sign in to comment.