mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-20 16:22:56 +02:00
16 lines
476 B
Markdown
16 lines
476 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [bitburner](./bitburner.md) > [GameInfo](./bitburner.gameinfo.md) > [version](./bitburner.gameinfo.version.md)
|
|
|
|
## GameInfo.version property
|
|
|
|
Version as shown in release notes and in the UI. E.g.: "2.8.1"
|
|
|
|
Note that this property does not have the prefix "v". For example, with v2.8.1, this property is "2.8.1".
|
|
|
|
**Signature:**
|
|
|
|
```typescript
|
|
version: string;
|
|
```
|