Skip to content

Commit

Permalink
v1.7.36
Browse files Browse the repository at this point in the history
  • Loading branch information
efroemling committed Jul 26, 2024
1 parent 240f451 commit c198b20
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
50 changes: 25 additions & 25 deletions .efrocachemap

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### 1.7.36 (build 21942, api 8, 2024-07-25)
### 1.7.36 (build 21944, api 8, 2024-07-26)
- Wired up Tokens, BombSquad's new purchasable currency. The first thing these
can be used for is storage packs on ballistica.net, but this will expand to
other places in the game soon. For a full explanation on why these were added,
Expand Down
2 changes: 1 addition & 1 deletion src/assets/ba_data/python/baenv.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

# Build number and version of the ballistica binary we expect to be
# using.
TARGET_BALLISTICA_BUILD = 21942
TARGET_BALLISTICA_BUILD = 21944
TARGET_BALLISTICA_VERSION = '1.7.36'


Expand Down
2 changes: 1 addition & 1 deletion src/ballistica/shared/ballistica.cc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ auto main(int argc, char** argv) -> int {
namespace ballistica {

// These are set automatically via script; don't modify them here.
const int kEngineBuildNumber = 21942;
const int kEngineBuildNumber = 21944;
const char* kEngineVersion = "1.7.36";
const int kEngineApiVersion = 8;

Expand Down

0 comments on commit c198b20

Please sign in to comment.