We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ba0f5 commit cdc64d7Copy full SHA for cdc64d7
composer.json
@@ -24,5 +24,5 @@
24
"CLIFramework": "src"
25
}
26
},
27
- "version": "2.0.4"
+ "version": "2.1.0"
28
src/CLIFramework/Application.php
@@ -30,7 +30,7 @@ class Application extends CommandBase
30
implements CommandInterface
31
{
32
const CORE_VERSION = '1.10.0';
33
- const VERSION = "2.0.4";
+ const VERSION = "2.1.0";
34
const NAME = 'CLIFramework';
35
36
0 commit comments