Skip to content

Commit

Permalink
Incremented version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
edevenport committed Jun 27, 2017
1 parent 91ab372 commit ced1036
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "profitbricks-cli",
"version": "3.0.4",
"version": "3.1.0",
"license": "Apache-2.0",
"scripts": {
"start": "node profitbricks.js",
Expand Down
2 changes: 1 addition & 1 deletion profitbricks.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ parseParameters()

function initializeCli() {
program
.version('3.0.4')
.version('3.1.0')
.usage('[Options]')
.option('setup', 'Configures credentials for ProfitBricks CLI')
.option('datacenter, [env]', 'Data center operations')
Expand Down

0 comments on commit ced1036

Please sign in to comment.