Skip to content

Commit

Permalink
fix: algolia current doc version
Browse files Browse the repository at this point in the history
  • Loading branch information
ginifizz committed Jun 5, 2024
1 parent b4911cf commit edd32d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pwa/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const versions = [
"main",
];

export const refVersions: string[] = ["3.2", "main"];
export const refVersions: string[] = ["3.3", "main"];

export const current = "3.2";
export const current = "3.3";

0 comments on commit edd32d5

Please sign in to comment.