Skip to content

Commit 9732dba

Browse files
chore: fix stale FOG_VERSION/FOG_CHANNEL on working-1.6
1 parent dccb83a commit 9732dba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/web/lib/fog/system.class.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ private static function _versionCompare()
5959
public function __construct()
6060
{
6161
self::_versionCompare();
62-
define('FOG_VERSION', '1.6.0-beta.2926');
62+
define('FOG_VERSION', '1.6.0-beta.2927');
6363
define('FOG_CHANNEL', 'Beta');
6464
define('FOG_SCHEMA', 318);
6565
define('FOG_BCACHE_VER', 268);

0 commit comments

Comments
 (0)