Skip to content

Commit

Permalink
Release: 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
prwater committed Jan 26, 2023
1 parent 49b519d commit 83c2599
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 @@
1.8.1
1.9.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', '1.8.1');
parent::__construct('audit', '1.9.0');
}

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

0 comments on commit 83c2599

Please sign in to comment.