Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
Missed this in previous release update
  • Loading branch information
Snarling committed Nov 30, 2023
1 parent f93bbfb commit 05875e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export const CONSTANTS: {
} = {
VersionString: "2.5.1",
isDevBranch: false,
VersionNumber: 35,
VersionNumber: 36,

/** Max level for any skill, assuming no multipliers. Determined by max numerical value in javascript for experience
* and the skill level formula in Player.js. Note that all this means it that when experience hits MAX_INT, then
Expand Down

0 comments on commit 05875e4

Please sign in to comment.