@inteeka/task-cli 0.2.19 → 0.2.20
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/dist/cli.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -5617,7 +5617,7 @@ function checkBinary(name, command) {
|
|
|
5617
5617
|
}
|
|
5618
5618
|
|
|
5619
5619
|
// src/commands/version.ts
|
|
5620
|
-
var CLI_VERSION = true ? "0.2.
|
|
5620
|
+
var CLI_VERSION = true ? "0.2.20" : "0.0.0-dev";
|
|
5621
5621
|
function registerVersion(program2) {
|
|
5622
5622
|
program2.command("version").description("Print the CLI version").action(() => {
|
|
5623
5623
|
process.stdout.write(CLI_VERSION + "\n");
|