Skip to content

Commit

Permalink
🐳 chore: v4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xytoki committed Dec 22, 2023
1 parent 12e0fef commit 6c8dd37
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Achievement/versionMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1159,8 +1159,11 @@ const versionMap = {
80288: 4.2,
80287: 4.2,
80286: 4.2,

81437: 4.3,
} as Record<number, number>
export const versionDateMap = {
4.3: new Date('2023-12-20'),
4.2: new Date('2023-11-08'),
4.1: new Date('2023-09-27'),
4.0: new Date('2023-08-16'),
Expand Down

0 comments on commit 6c8dd37

Please sign in to comment.