Skip to content

Commit

Permalink
Set version 2.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nsteenbeek committed Jan 25, 2021
1 parent 17c7632 commit 6ca6144
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bin/root/tools/resx.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bin/root/tools/setFormCustomizable.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hso/d365-cli",
"version": "2.4.1",
"version": "2.4.2",
"author": "HSO Innovation <[email protected]> (http://www.hso.com)",
"description": "HSO D365 Command Line Interface",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {Variables} from './Variables';
import {Deploy} from './root/tools/Deploy';

program
.version('2.4.1') // .version(require('../package').version)
.version('2.4.2') // .version(require('../package').version)
.usage('<command> [options]');

program
Expand Down

0 comments on commit 6ca6144

Please sign in to comment.