@vm0/runner 3.0.3 → 3.0.4
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
|
@@ -10312,7 +10312,7 @@ var benchmarkCommand = new Command4("benchmark").description(
|
|
|
10312
10312
|
});
|
|
10313
10313
|
|
|
10314
10314
|
// src/index.ts
|
|
10315
|
-
var version = true ? "3.0.
|
|
10315
|
+
var version = true ? "3.0.4" : "0.1.0";
|
|
10316
10316
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
10317
10317
|
program.addCommand(startCommand);
|
|
10318
10318
|
program.addCommand(doctorCommand);
|