@vm0/runner 2.10.0 → 2.11.0
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
|
@@ -8949,7 +8949,7 @@ var benchmarkCommand = new Command3("benchmark").description(
|
|
|
8949
8949
|
});
|
|
8950
8950
|
|
|
8951
8951
|
// src/index.ts
|
|
8952
|
-
var version = true ? "2.
|
|
8952
|
+
var version = true ? "2.11.0" : "0.1.0";
|
|
8953
8953
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
8954
8954
|
program.addCommand(startCommand);
|
|
8955
8955
|
program.addCommand(statusCommand);
|