MCPcopy Create free account
hub / github.com/dzcode-io/dzcode.io / version.ts

File version.ts

packages/tooling/version.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const version = process.argv[2];
2if (!version) throw new Error("Please provide a version");
3
4console.log(`Applying version ${version} ...`);

Callers

nothing calls this directly

Calls 1

logMethod · 0.80

Tested by

no test coverage detected