We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10a91b2 commit 59ef409Copy full SHA for 59ef409
.semver
@@ -1,6 +1,6 @@
1
---
2
:major: 4
3
-:minor: 1
4
-:patch: 3
+:minor: 2
+:patch: 0
5
:special: ''
6
:metadata: ''
RoboFile.php
@@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
40
'target.dir' => __DIR__ . '/target',
41
'symfony.dir' => __DIR__ . '/symfony',
42
'webapp.name' => 'import-cli-simple',
43
- 'webapp.version' => '4.1.3'
+ 'webapp.version' => '4.2.0'
44
);
45
46
/**
0 commit comments