Skip to content

Commit 16657ee

Browse files
authored
Merge pull request #380 from victoria34/v2.1
Upgrade downloadable data to v2.1
2 parents 182e79e + 4e86c2c commit 16657ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/webapp/app/config/constants.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,7 @@ export type DataRelease = {
414414
};
415415

416416
export const DATA_RELEASES: DataRelease[] = [
417+
{ date: '02122020', version: 'v2.1' },
417418
{ date: '12202019', version: 'v2.0' },
418419
{ date: '12162019', version: 'v1.24_patch_1' },
419420
{ date: '12122019', version: 'v1.24' },

0 commit comments

Comments
 (0)