Skip to content

Commit

Permalink
Update CHANGELOG.md and prepare release 2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
baschny committed Mar 29, 2022
1 parent 821d11e commit d6ae777
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ CliTools Changelog

2.6.0 - 2022-03-28
------------------
* Do not conflict with .my.cnf having a "database="
* requires minimum of PHP 7.2
* update to composer v2
* upgrade symfony/console and symfony/yaml from 2.8 to 4.4 (latest available for PHP 7.2)
Expand Down
2 changes: 1 addition & 1 deletion src/command.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/

error_reporting(E_ALL);
define('CLITOOLS_COMMAND_VERSION', '2.6.0-rc1');
define('CLITOOLS_COMMAND_VERSION', '2.6.0');
define('CLITOOLS_ROOT_FS', __DIR__);

require __DIR__ . '/vendor/autoload.php';
Expand Down

0 comments on commit d6ae777

Please sign in to comment.