// Auto-generated by scripts/generate-build-info.ts - DO NOT EDIT export interface BuildInfo { readonly version: string; readonly commit: string; readonly shortCommit: string; readonly branch: string; readonly tag: string; readonly commitDate: string; readonly buildDate: string; readonly dirty: boolean; readonly prNumber: string; readonly repoUrl: string; readonly repoSlug: string; readonly commitUrl: string; readonly releaseUrl: string; } export const BUILD_INFO: BuildInfo = { "version": "21.1.0", "commit": "5c6e84a195bcf81ba561bf85c5ecf7a47d8c62c1", "shortCommit": "5c6e84a", "branch": "main", "tag": "v21.1.0", "commitDate": "2026-08-28T19:03:09+00:00", "buildDate": "2026-08-28T19:42:43.325Z", "dirty": true, "prNumber": "", "repoUrl": "https://github.com/f5-sales-demo/xcsh", "repoSlug": "f5-sales-demo/xcsh", "commitUrl": "https://github.com/f5-sales-demo/xcsh/commit/5c6e84a195bcf81ba561bf85c5ecf7a47d8c62c1", "releaseUrl": "https://github.com/f5-sales-demo/xcsh/releases/tag/v21.1.0" };