# version

Variable · category: Other

Source: https://github.com/playcanvas/editor-api/blob/4303c34bcee9a418297350899ad3a3f555526ec4/src/index.ts#L50

The version of the Editor API library. This is a string in semantic version format of `major.minor.patch`.

```ts
const version: "PACKAGE_VERSION" = 'PACKAGE_VERSION'
```
