@vm0/runner 2.4.0 → 2.4.1
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
|
@@ -10873,7 +10873,7 @@ var statusCommand = new Command2("status").description("Check runner connectivit
|
|
|
10873
10873
|
});
|
|
10874
10874
|
|
|
10875
10875
|
// src/index.ts
|
|
10876
|
-
var version = true ? "2.4.
|
|
10876
|
+
var version = true ? "2.4.1" : "0.1.0";
|
|
10877
10877
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
10878
10878
|
program.addCommand(startCommand);
|
|
10879
10879
|
program.addCommand(statusCommand);
|