Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/stable' into dev-branch
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 5, 2024
2 parents 249da8d + 557a89b commit af6c5de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/stable-releases-2_test-validity
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
# test validity of install
# down the road-test various functions (deploy, capture, API)
# Fix version if needed
# merge pull request
# merge pull request with generic commit
# maybe update version if not handled in hook
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.69');
define('FOG_VERSION', '1.5.10.70');
define('FOG_SCHEMA', 271);
define('FOG_BCACHE_VER', 141);
define('FOG_CLIENT_VERSION', '0.13.0');
Expand Down

0 comments on commit af6c5de

Please sign in to comment.