@vm0/runner 3.19.0 → 3.19.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
|
@@ -4681,7 +4681,7 @@ var snapshotCommand = new Command5("snapshot").description("Generate a Firecrack
|
|
|
4681
4681
|
);
|
|
4682
4682
|
|
|
4683
4683
|
// src/index.ts
|
|
4684
|
-
var version = true ? "3.19.
|
|
4684
|
+
var version = true ? "3.19.1" : "0.1.0";
|
|
4685
4685
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
4686
4686
|
program.addCommand(startCommand);
|
|
4687
4687
|
program.addCommand(doctorCommand);
|