Skip to content

Commit

Permalink
Added new version
Browse files Browse the repository at this point in the history
  • Loading branch information
HafisCZ committed Mar 9, 2023
1 parent 0e136d4 commit 0aeebdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion js/changelog.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const SIMULATOR_NOTICES = [
];

const CHANGELOG = {
'v5.XXXX': {
'v6.3632': {
'Statistics': [
'Added <code>Race</code> header',
'Added translated values to headers and enums',
Expand Down
6 changes: 3 additions & 3 deletions js/core/core.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Version stuff
const MODULE_VERSION_MAJOR = '5';
const MODULE_VERSION = 'v5.2897';
const TABLE_VERSION = 'v10';
const MODULE_VERSION_MAJOR = '6';
const MODULE_VERSION = 'v6.3632';
const TABLE_VERSION = 'v10.1';
const CORE_VERSION = 'v3.5';

const Logger = new (class {
Expand Down

0 comments on commit 0aeebdf

Please sign in to comment.