Skip to content

Commit cdc64d7

Browse files
committed
Checking in changes prior to tagging of version 2.1.0.
1 parent 89ba0f5 commit cdc64d7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"CLIFramework": "src"
2525
}
2626
},
27-
"version": "2.0.4"
27+
"version": "2.1.0"
2828
}

src/CLIFramework/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Application extends CommandBase
3030
implements CommandInterface
3131
{
3232
const CORE_VERSION = '1.10.0';
33-
const VERSION = "2.0.4";
33+
const VERSION = "2.1.0";
3434
const NAME = 'CLIFramework';
3535

3636

0 commit comments

Comments
 (0)