Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
samgranger authored Jan 25, 2019
1 parent 35cdc69 commit 14d42b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/valet.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
Container::setInstance(new Container);

// get current version based on git describe and tags
$version = new Version('1.0.25' , __DIR__ . '/../');
$version = new Version('1.0.26' , __DIR__ . '/../');

$app = new Application('Valet+', $version->getVersion());

Expand Down

0 comments on commit 14d42b1

Please sign in to comment.