octocode-cli 1.2.2 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/out/octocode-cli.js +1 -1
- package/package.json +1 -1
package/out/octocode-cli.js
CHANGED
|
@@ -11788,7 +11788,7 @@ function showCommandHelp(command) {
|
|
|
11788
11788
|
}
|
|
11789
11789
|
}
|
|
11790
11790
|
function showVersion() {
|
|
11791
|
-
const version = "1.2.
|
|
11791
|
+
const version = "1.2.4";
|
|
11792
11792
|
console.log(`octocode v${version}`);
|
|
11793
11793
|
}
|
|
11794
11794
|
async function runCLI(argv) {
|