We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3b70c commit 6e2ffcaCopy full SHA for 6e2ffca
src/main/webapp/app/config/constants.tsx
@@ -866,6 +866,7 @@ export type DataRelease = {
866
};
867
868
export const DATA_RELEASES: DataRelease[] = [
869
+ { date: '07102025', version: 'v4.30_patch_1' },
870
{ date: '06262025', version: 'v4.30' },
871
{ date: '05202025', version: 'v4.29' },
872
{ date: '04302025', version: 'v4.28' },
0 commit comments