Skip to content

Commit

Permalink
Version fiexed to 1.0.0-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
yosymfony committed Sep 17, 2019
1 parent f9b0c79 commit 8d237aa
Show file tree
Hide file tree
Showing 3 changed files with 56 additions and 54 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
CHANGELOG
=========

## 1.0.0-alpha1 (2019-09-17)

* Initial release.
104 changes: 51 additions & 53 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/CliInterface/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
*/
class Application extends BaseApplication
{
const VERSION = '0.0.1';
const VERSION = '1.0.0-alpha1';

private static $logo = '
____ ___ __ ____ ____ ___ ____ __ __ ____ ____ ___ ____
Expand Down

0 comments on commit 8d237aa

Please sign in to comment.