> ## Documentation Index
> Fetch the complete documentation index at: https://firebolt-aggregate-helm-docs-pr-4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

> Reference material for VERSION function

# VERSION

Returns the version number information for the Firebolt engine.

## Syntax

```sql theme={null}
VERSION()
```

## Example

```sql theme={null}
SELECT
    VERSION();
```

**Returns**: `3.11.0`
