diff --git a/config.ts b/config.ts index 97cf3264..4659eabf 100644 --- a/config.ts +++ b/config.ts @@ -42,7 +42,7 @@ const getEdgioEnvName = (): string | null => { }; // This controls the default patch selector in the stats page // this needs to be key statsPatchSelector object -const defaultStatsPatchSelector = "1.9.2"; +const defaultStatsPatchSelector = "1.9.3"; // This controls the patch selector in the stats page const statsPatchSelector: Record< @@ -55,11 +55,11 @@ const statsPatchSelector: Record< group: string; } > = { - "1.9.2": { + "1.9.3": { from: "2024-11-26", to: "now", - value: "1.9.2", - label: "1.9.0 - 1.9.2", + value: "1.9.3", + label: "1.9.0 - 1.9.3", group: "Orchid Spider", }, "1.8.2": { @@ -184,12 +184,12 @@ const statsPatchSelector: Record< }; // Latest patch needs to be a key to patches object -const latestPatch = "1.9.2"; +const latestPatch = "1.9.3"; // Get patchTimeSeconds here https://www.unixtimestamp.com/ const patches: Record = { - "1.9.2": { + "1.9.3": { dataTag: "v1.9.2-1", dataTime: "28/Nov/2024", },