From 265ce42183f95e63705c34a994b887d9549ceb48 Mon Sep 17 00:00:00 2001 From: James Tanner Date: Sun, 21 Jan 2024 11:39:46 -0800 Subject: [PATCH] Update current phase --- ui/core/constants/other.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/core/constants/other.ts b/ui/core/constants/other.ts index 1f97d8815d..e958113b71 100644 --- a/ui/core/constants/other.ts +++ b/ui/core/constants/other.ts @@ -1,4 +1,4 @@ -export const CURRENT_PHASE = 4; +export const CURRENT_PHASE = 5; // Github pages serves our site under the /wotlk directory (because the repo name is wotlk) export const REPO_NAME = 'wotlk';