Skip to content

Commit acea2c3

Browse files
committed
Release version 2.4.1
1 parent 7a23ee5 commit acea2c3

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
CliTools Changelog
22
==================
33

4+
2.4.1 - 2017-05-14
5+
------------------
6+
- Fix sync problems after deletion of database
7+
- Fix compiling (auto install box.phar)
8+
49
2.4.0 - 2017-04-23
510
------------------
611
- Add TYPO3 extensionmanager tables to default TYPO3 filter

src/command.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
*/
2222

2323
error_reporting(E_ALL);
24-
define('CLITOOLS_COMMAND_VERSION', '2.4.0');
24+
define('CLITOOLS_COMMAND_VERSION', '2.4.1');
2525
define('CLITOOLS_ROOT_FS', __DIR__);
2626

2727
require __DIR__ . '/vendor/autoload.php';

0 commit comments

Comments
 (0)