---
url: 'https://adk.nht.io/api/@nhtio/adk/variables/version.md'
description: The current version of the package.
---

# Variable: version

```ts
const version: string = __VERSION__;
```

Defined in: [index.ts:12](https://github.com/NHTIO/ADK/blob/v1.20260605.0/src/index.ts#L12)

The current version of the package.

##

::: tip
This is a constant that is replaced during the build process with the actual version of the package.
:::
