# version

Contains the current wallet version.

**Type**

`String` - Version string.

**Example**

TypeScript

```typescript
provider.version;
// "3.5.2"
```
