Skip to content

Commit febcae6

Browse files
Bump version.
1 parent eafda3c commit febcae6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

construct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ use JonathanTorres\Construct\Construct;
1414
use JonathanTorres\Construct\Str;
1515
use Symfony\Component\Console\Application;
1616

17-
$app = new Application('Construct', '1.1.0');
17+
$app = new Application('Construct', '1.2.0');
1818
$construct = new Construct(new Filesystem(), new Str());
1919
$app->add(new ConstructCommand($construct, new Str()));
2020
$app->run();

0 commit comments

Comments
 (0)