@vm0/runner 1.1.0 → 1.2.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
|
@@ -97,7 +97,7 @@ var statusCommand = new Command3("status").description("Show runner status").act
|
|
|
97
97
|
});
|
|
98
98
|
|
|
99
99
|
// src/index.ts
|
|
100
|
-
var version = true ? "1.
|
|
100
|
+
var version = true ? "1.2.0" : "0.1.0";
|
|
101
101
|
program.name("vm0-runner").version(version).description("Self-hosted runner for VM0 agents");
|
|
102
102
|
program.addCommand(setupCommand);
|
|
103
103
|
program.addCommand(startCommand);
|