> ## Documentation Index
> Fetch the complete documentation index at: https://docs.firebolt.io/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={"theme":{"light":"css-variables","dark":"css-variables"}}
VERSION()
```

## Example

```sql theme={"theme":{"light":"css-variables","dark":"css-variables"}}
SELECT
    VERSION();
```

**Returns**: `3.11.0`
