We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a71c675 + ee1f584 commit 062b1e3Copy full SHA for 062b1e3
1 file changed
client/visualizer/src/config.ts
@@ -154,7 +154,7 @@ export enum Mode {
154
export function defaults(supplied?: any): Config {
155
let year = "2023"
156
let conf: Config = {
157
- gameVersion: "1.2.0", //TODO: Change this on each release!
+ gameVersion: "1.2.1", //TODO: Change this on each release!
158
year: year,
159
map_extension: 'map'+year.substring(2),
160
game_extension: 'bc'+year.substring(2),
0 commit comments