Skip to content

Commit

Permalink
Release: 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Sep 10, 2019
1 parent fb28b78 commit e199447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.0.0
1.0.0
2 changes: 1 addition & 1 deletion src/Application/AuditApplication.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class AuditApplication extends Application
*/
public function __construct()
{
parent::__construct('audit', '0.0.0');
parent::__construct('audit', '1.0.0');
}

//--------------------------------------------------------------------------------------------------------------------
Expand Down

0 comments on commit e199447

Please sign in to comment.