Skip to content

Commit

Permalink
chore: bump protocol version & version number
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanger committed Jun 8, 2024
1 parent 1062af0 commit 2c5a42f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ const inventorySlotTypings = Object.freeze([ItemType.Gun, ItemType.Gun, ItemType
export const GameConstants = freezeDeep({
// !!!!! NOTE: Increase this every time a bit stream change is made between latest release and master
// or a new item is added to a definition list
protocolVersion: 21,
protocolVersion: 22,
gridSize: 32,
bleedOutDPMs: 0.002, // === 2 dps
maxPosition: 1632,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "suroi",
"version": "0.17.1",
"version": "0.18.0",
"description": "An open-source 2D battle royale game inspired by surviv.io",
"private": true,
"scripts": {
Expand Down

0 comments on commit 2c5a42f

Please sign in to comment.