@vm0/runner 3.16.1 → 3.16.3
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
|
@@ -4646,7 +4646,7 @@ var snapshotCommand = new Command5("snapshot").description("Generate a Firecrack
|
|
|
4646
4646
|
);
|
|
4647
4647
|
|
|
4648
4648
|
// src/index.ts
|
|
4649
|
-
var version = true ? "3.16.
|
|
4649
|
+
var version = true ? "3.16.3" : "0.1.0";
|
|
4650
4650
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
4651
4651
|
program.addCommand(startCommand);
|
|
4652
4652
|
program.addCommand(doctorCommand);
|