# getVersion

_Returns the current version._

## Type

```ts
static getVersion: () => string
```

### Return Value

The current version

## Example

:::code source="../../../lib/test/lib/computer/get-version.test.ts" :::

<a href="https://github.com/bitcoin-computer/monorepo/blob/main/packages/lib/test/lib/computer/get-version.test.ts" target=_blank>Source</a>
