# VersionInfo

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/generators/versioning/version-config.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/generators/versioning/version-config.ts#L11)

Version Configuration and Utilities

## Properties

| Property | Type |
|---|---|
| `version` | `string` |
| `label` | `string` |
| `releaseDate` | `Date` |
| `isLatest` | `boolean` |
| `isPrerelease` | `boolean` |
| `isDeprecated` | `boolean` |
| `deprecationMessage` | `string` |
| `docsPath` | `string` |
| `gitRef` | `string` |
| `changelogUrl` | `string` |
| `supportStatus` | `'active' | 'maintenance' | 'eol'` |
| `eolDate` | `Date` |
