diff --git a/package.json b/package.json index 1f07dc3..f9deafc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iwac", - "version": "1.4.1", + "version": "1.5.0", "description": "Command line tool to create Watson Assistant Workspaces", "main": "index.js", "scripts": { diff --git a/src/creator.js b/src/creator.js index d488c9f..369d7c8 100644 --- a/src/creator.js +++ b/src/creator.js @@ -24,7 +24,7 @@ const lang = { program .description('CLI to create Watson Assistant Workspaces') - .version('1.4.1', '-v, --version'); + .version('1.5.0', '-v, --version'); program .command('create')