@vm0/runner 2.1.5 → 2.1.6
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/index.js +1 -1
- package/package.json +1 -1
package/index.js
CHANGED
|
@@ -9423,7 +9423,7 @@ var statusCommand = new Command2("status").description("Show runner status").act
|
|
|
9423
9423
|
});
|
|
9424
9424
|
|
|
9425
9425
|
// src/index.ts
|
|
9426
|
-
var version = true ? "2.1.
|
|
9426
|
+
var version = true ? "2.1.6" : "0.1.0";
|
|
9427
9427
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
9428
9428
|
program.addCommand(startCommand);
|
|
9429
9429
|
program.addCommand(statusCommand);
|