Skip to content
This repository has been archived by the owner on Oct 28, 2023. It is now read-only.

Commit

Permalink
bump up application version
Browse files Browse the repository at this point in the history
  • Loading branch information
sidz committed Feb 19, 2021
1 parent ace500f commit a0a911b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

class Application extends BaseApplication
{
const VERSION = '2.3.0';
const VERSION = '2.4.0';
const COMMAND_NAME = 'phpmnd';

public function __construct()
Expand Down

0 comments on commit a0a911b

Please sign in to comment.