We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 731c45d commit 133a2f3Copy full SHA for 133a2f3
RoboFile.php
@@ -21,6 +21,7 @@ public function release()
21
->run();
22
23
$this->pharPublish();
24
+ $this->versionBump();
25
}
26
27
public function test($args = "")
src/Runner.php
@@ -14,7 +14,7 @@
14
class Runner {
15
use Output;
16
17
- const VERSION = '0.4.4';
+ const VERSION = '0.4.5';
18
const ROBOCLASS = 'RoboFile';
19
const ROBOFILE = 'RoboFile.php';
20
0 commit comments