From 8f780ff1cd1bd4d51aa5280d6b6e2f5ff048bf5d Mon Sep 17 00:00:00 2001 From: Petr Vecera Date: Sat, 7 Dec 2024 21:32:19 +0100 Subject: [PATCH] Update to patch 1.9.3 --- config.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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", },