[Home](./index.md) > [bitburner](./bitburner.md) > [GameInfo](./bitburner.gameinfo.md) ## GameInfo interface Game Information **Signature:** ```typescript interface GameInfo ``` ## Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [commit](./bitburner.gameinfo.commit.md) | string | Git commit hash that the release was built from. E.g.: "d0d776700" | |
| [platform](./bitburner.gameinfo.platform.md) | "Browser" \| "Steam" | Platform that the game is running on | |
| [version](./bitburner.gameinfo.version.md) | string | 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". | |
| [versionNumber](./bitburner.gameinfo.versionnumber.md) | number | Internal version number that increments during releases. E.g.: 43 |