Skip to content

Commit

Permalink
Rewrite version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kra8 committed Oct 11, 2017
1 parent b178f09 commit 7e35912
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kra8/lastead",
"version": "v1.1.1",
"version": "v2.0.0",
"description": "Set up the Laravel and Homestead",
"type": "script",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion src/Kernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Kernel

public function __construct()
{
$this->app = new Application('Laravel and Homestead set up script.', 'v1.1.1');
$this->app = new Application('Laravel and Homestead set up script.', 'v2.0.0');
foreach ($this->commands as $commandClassName) {
$command = new $commandClassName();
$this->app->add($command);
Expand Down

0 comments on commit 7e35912

Please sign in to comment.