Skip to content

Commit

Permalink
fix: wrong version number in ApplicationContract.php
Browse files Browse the repository at this point in the history
  • Loading branch information
fahlisaputra committed Mar 1, 2024
1 parent 6f1a11a commit b51dcf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class ApplicationContract
*
* @var string
*/
const VERSION = '1.0.1';
const VERSION = '2.0.0';

protected $version;
protected $console;
Expand Down

0 comments on commit b51dcf1

Please sign in to comment.