Skip to content

Commit

Permalink
chore: bump version number of application to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 21, 2022
1 parent 59f3646 commit 12f4c29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Application.php
Expand Up @@ -21,12 +21,14 @@
*/
class Application extends BaseApplication
{
public const VERSION = '2.0';

/**
* Constructor
*/
public function __construct()
{
Util\ErrorHandler::register();
parent::__construct('ramsey/uuid-console', '1.1');
parent::__construct('ramsey/uuid-console', self::VERSION);
}
}

0 comments on commit 12f4c29

Please sign in to comment.