Skip to content

Commit 062b1e3

Browse files
committed
2 parents a71c675 + ee1f584 commit 062b1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/visualizer/src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export enum Mode {
154154
export function defaults(supplied?: any): Config {
155155
let year = "2023"
156156
let conf: Config = {
157-
gameVersion: "1.2.0", //TODO: Change this on each release!
157+
gameVersion: "1.2.1", //TODO: Change this on each release!
158158
year: year,
159159
map_extension: 'map'+year.substring(2),
160160
game_extension: 'bc'+year.substring(2),

0 commit comments

Comments
 (0)