Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kiriappeee committed Mar 22, 2019
1 parent 6ccfb88 commit 8d3bd52
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": "kubesecret",
"version": "0.1.0",
"version": "0.4.0-rc1",
"description": "A CLI utility to manage secrets in kubernetes",
"main": "\"\"",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/kubesecret.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const program = require('commander');

process.env.NODE_PATH = `${__dirname}/../node_modules`;

program.version('0.1.0');
program.version('0.4.0-rc1');
program.name('kubesecret');
program.usage('\nGet started by running ./kubesecret get -n <namespace>');
program.command('get', 'Starts the process of getting secret(s) and performing operations on it');
Expand Down

0 comments on commit 8d3bd52

Please sign in to comment.