version.ts 142 B

123456
  1. declare global {
  2. const OPENCODE_VERSION: string
  3. }
  4. export const VERSION =
  5. typeof OPENCODE_VERSION === "string" ? OPENCODE_VERSION : "dev"