Updated version in updateNotifier for server & docker version

This commit is contained in:
2025-12-19 12:02:41 -05:00
parent 2cf475931c
commit b8f560141c
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
const Gitea_OWNER = "ItsSkaiya";
const Gitea_REPO = "WaifuBoard";
const CURRENT_VERSION = "v2.0.0-rc.1";
const CURRENT_VERSION = "v2.0.0-rc.2";
const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000;
let currentVersionDisplay;