MCPcopy Index your code
hub / github.com/CodebuffAI/codebuff / versionOne

Function versionOne

packages/internal/src/utils/version-utils.ts:9–11  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7export type Version = { major: number; minor: number; patch: number }
8
9export function versionOne(): Version {
10 return { major: 0, minor: 0, patch: 1 }
11}
12
13/**
14 * Parse a semantic version string into its components

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected