Skip to content

Commit e06bb74

Browse files
committed
Show version on cli command
1 parent ccdb9a8 commit e06bb74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.semver

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
:major: 4
3-
:minor: 0
3+
:minor: 1
44
:patch: 0
55
:special: ''
66
:metadata: ''

RoboFile.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class RoboFile extends \Robo\Tasks
4040
'target.dir' => __DIR__ . '/target',
4141
'symfony.dir' => __DIR__ . '/symfony',
4242
'webapp.name' => 'import-cli-simple',
43-
'webapp.version' => '4.0.0'
43+
'webapp.version' => '4.1.0'
4444
);
4545

4646
/**

0 commit comments

Comments
 (0)