Skip to content

Commit

Permalink
update hook
Browse files Browse the repository at this point in the history
  • Loading branch information
darksidemilk committed Aug 5, 2024
1 parent dda3f87 commit 557a89b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ verbegin=""
channel=""

case $branchon in
dev)
dev|stable)
# Describe the tag and append the commit count correctly
tagversion=$(git describe --tags ${gitcom})
baseversion=${tagversion%.*} # Retain everything before the last segment
Expand Down
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.67');
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 557a89b

Please sign in to comment.