Skip to content

Commit

Permalink
Change latest cert label to 2022-2023
Browse files Browse the repository at this point in the history
  • Loading branch information
manio143 committed Sep 6, 2023
1 parent b7f8699 commit 1a868a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/app/utils/certUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const getVersion = (version: string): string => {
case "twenty":
return "2020-2021";
case "twentytwo":
return "2022-2024";
return "2022-2023";
default:
return "Unknown";
}
Expand Down

0 comments on commit 1a868a3

Please sign in to comment.