mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-25 07:15:19 +00:00
7 lines
142 B
TypeScript
7 lines
142 B
TypeScript
declare global {
|
|
const OPENCODE_VERSION: string
|
|
}
|
|
|
|
export const VERSION =
|
|
typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "dev"
|