Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
const
version = process.argv[2];
2
if
(!version) throw
new
Error(
"Please provide a version"
);
3
4
console.log(`Applying version ${version} ...`);
Callers
nothing calls this directly
Calls
1
log
Method · 0.80
Tested by
no test coverage detected