We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2444bac commit b84c539Copy full SHA for b84c539
1 file changed
Classes/Composer/InstallerScripts.php
@@ -35,7 +35,7 @@ public static function postUpdateAndInstall(Event $event)
35
$platform = php_uname('s'); // stuff like Darwin etc
36
$architecture = php_uname('m'); // x86_64
37
38
- $version = '0.2.0';
+ $version = '0.3.0';
39
40
$baseDirectory = 'prunner';
41
$platformSpecificTargetDirectory = $baseDirectory . '/' . $platform . '_' . $architecture;
0 commit comments