@vm0/runner 3.8.1 → 3.9.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
|
@@ -11389,7 +11389,7 @@ var benchmarkCommand = new Command4("benchmark").description(
|
|
|
11389
11389
|
});
|
|
11390
11390
|
|
|
11391
11391
|
// src/index.ts
|
|
11392
|
-
var version = true ? "3.
|
|
11392
|
+
var version = true ? "3.9.0" : "0.1.0";
|
|
11393
11393
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
11394
11394
|
program.addCommand(startCommand);
|
|
11395
11395
|
program.addCommand(doctorCommand);
|