Skip to content

Commit

Permalink
fixed version and release date
Browse files Browse the repository at this point in the history
  • Loading branch information
aurora committed Jul 3, 2017
1 parent 760e92b commit 4be9d68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ class App extends \Octris\Cli\App
*
* @type string
*/
protected static $app_version = '0.0.17';
protected static $app_version = '0.0.19';
/**/

/**
* Application version date.
*
* @type string
*/
protected static $app_version_date = '2017-05-31';
protected static $app_version_date = '2017-07-03';
/**/

/**
Expand Down

0 comments on commit 4be9d68

Please sign in to comment.