Skip to content

Commit 133a2f3

Browse files
committed
version bump after release
1 parent 731c45d commit 133a2f3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

RoboFile.php

+1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ public function release()
2121
->run();
2222

2323
$this->pharPublish();
24+
$this->versionBump();
2425
}
2526

2627
public function test($args = "")

src/Runner.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
class Runner {
1515
use Output;
1616

17-
const VERSION = '0.4.4';
17+
const VERSION = '0.4.5';
1818
const ROBOCLASS = 'RoboFile';
1919
const ROBOFILE = 'RoboFile.php';
2020

0 commit comments

Comments
 (0)