Skip to content

Commit

Permalink
Data version is now displayed (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn authored Oct 8, 2024
1 parent 99e6883 commit d43f1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/app/config/constants.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -821,7 +821,7 @@ export type DataRelease = {
};

export const DATA_RELEASES: DataRelease[] = [
{ date: '09192024', version: 'v4.21' },
{ date: '09252024', version: 'v4.21' },
{ date: '08152024', version: 'v4.20' },
{ date: '07042024', version: 'v4.19' },
{ date: '07022024', version: 'v4.18' },
Expand Down

0 comments on commit d43f1f9

Please sign in to comment.