Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
phphleb committed Dec 13, 2024
1 parent 731bdad commit a4efce0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HlebBootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ public function __construct(?string $publicPath = null, array $config = [], ?Log

// The current version of the framework.
// Текущая версия фреймворка.
\defined('HLEB_CORE_VERSION') or \define('HLEB_CORE_VERSION', '2.0.56');
\defined('HLEB_CORE_VERSION') or \define('HLEB_CORE_VERSION', '2.0.57');

$this->logger = $logger;

Expand Down

0 comments on commit a4efce0

Please sign in to comment.