Skip to content

Commit 6d683b0

Browse files
chore: fix stale FOG_VERSION/FOG_CHANNEL on feature-198-unique-host-identifier
1 parent 71cf67f commit 6d683b0

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', '198.0-feature.2518');
62+
define('FOG_VERSION', '198.0-feature.2519');
6363
define('FOG_CHANNEL', 'Feature');
6464
define('FOG_SCHEMA', 294);
6565
define('FOG_BCACHE_VER', 152);

0 commit comments

Comments
 (0)