Skip to content

Commit 1f2287c

Browse files
Version bump
Signed-off-by: Trevor Dolby <trevor.dolby@ibm.com>
1 parent aa0c5d3 commit 1f2287c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "wmiocli",
3-
"version": "2024.11.1",
3+
"version": "2025.7.17",
44
"description": "webMethods.io Integration API CLI Tool",
55
"bin": {
66
"wmiocli": "./wmiocli.js"

wmiocli.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Apache-2.0
55
*/
66

7-
const versionNo = "2024.11.1"
7+
const versionNo = "2025.07.17"
88
const { Command, Option } = require('commander');
99
const { exit } = require('process');
1010
const readline = require('readline-sync');

0 commit comments

Comments
 (0)