@vm0/runner 2.7.1 → 2.8.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
|
@@ -11096,7 +11096,7 @@ var benchmarkCommand = new Command3("benchmark").description(
|
|
|
11096
11096
|
});
|
|
11097
11097
|
|
|
11098
11098
|
// src/index.ts
|
|
11099
|
-
var version = true ? "2.
|
|
11099
|
+
var version = true ? "2.8.0" : "0.1.0";
|
|
11100
11100
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
11101
11101
|
program.addCommand(startCommand);
|
|
11102
11102
|
program.addCommand(statusCommand);
|