@inteeka/task-cli 0.2.32 → 0.2.33

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 CHANGED
@@ -6696,7 +6696,7 @@ function checkBinary(name, command) {
6696
6696
  }
6697
6697
 
6698
6698
  // src/commands/version.ts
6699
- var CLI_VERSION = true ? "0.2.32" : "0.0.0-dev";
6699
+ var CLI_VERSION = true ? "0.2.33" : "0.0.0-dev";
6700
6700
  function registerVersion(program2) {
6701
6701
  program2.command("version").description("Print the CLI version").action(() => {
6702
6702
  process.stdout.write(CLI_VERSION + "\n");