Skip to content

Commit

Permalink
Checking in changes prior to tagging of version 2.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
c9s committed Dec 26, 2014
1 parent 89ba0f5 commit cdc64d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@
"CLIFramework": "src"
}
},
"version": "2.0.4"
"version": "2.1.0"
}
2 changes: 1 addition & 1 deletion src/CLIFramework/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Application extends CommandBase
implements CommandInterface
{
const CORE_VERSION = '1.10.0';
const VERSION = "2.0.4";
const VERSION = "2.1.0";
const NAME = 'CLIFramework';


Expand Down

0 comments on commit cdc64d7

Please sign in to comment.