Skip to content

Commit

Permalink
Corrected setting version from file
Browse files Browse the repository at this point in the history
  • Loading branch information
samlikins committed Mar 7, 2017
1 parent 33a797f commit 319ec3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ protected function getDefaultInputDefinition() {
*/
public function setVersionFromFile($file) {
if(is_readable($file)) {
$this->version = trim(file_get_contents($file));
$this->setVersion(trim(file_get_contents($file)));
}
}

Expand Down

0 comments on commit 319ec3c

Please sign in to comment.