mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-17 12:56:41 +02: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"
|