Skip to content

Commit ad1667f

Browse files
committed
TASK: by default, install version 1.0.1 (without memory leak)
1 parent 00f477f commit ad1667f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/Composer/InstallerScripts.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class InstallerScripts
4343
fi
4444
EOD;
4545

46-
const DEFAULT_VERSION_TO_INSTALL = '0.8.1';
46+
const DEFAULT_VERSION_TO_INSTALL = '1.0.1';
4747

4848
public static function postUpdateAndInstall()
4949
{

0 commit comments

Comments
 (0)