Skip to content

Commit

Permalink
Set version to 0.6.4 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jproctor authored Feb 20, 2019
1 parent 51c313a commit 285eded
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Jorge.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
*
* @author Jason Proctor <jproctor@mtholyoke.edu>
* @copyright 2018–2019 Trustees of Mount Holyoke College
* @version 0.6.3
* @version 0.6.4
*/
class Jorge extends Application {
/** @var array $config Project configuration from .jorge/config.yml */
Expand Down Expand Up @@ -69,7 +69,7 @@ public function __construct() {
*/
public function configure() {
$this->setName('Jorge');
$this->setVersion('0.6.3');
$this->setVersion('0.6.4');

if ($this->rootPath = $this->findRootPath()) {
$this->log(LogLevel::NOTICE, 'Project root: {%root}', ['%root' => $this->rootPath]);
Expand Down

0 comments on commit 285eded

Please sign in to comment.