diff --git a/desktop/src/scripts/updateNotifier.js b/desktop/src/scripts/updateNotifier.js index 2874261..5ff3282 100644 --- a/desktop/src/scripts/updateNotifier.js +++ b/desktop/src/scripts/updateNotifier.js @@ -1,6 +1,6 @@ const Gitea_OWNER = "ItsSkaiya"; const Gitea_REPO = "WaifuBoard"; -const CURRENT_VERSION = "v2.0.0-rc.2"; +const CURRENT_VERSION = "v2.0.0"; const UPDATE_CHECK_INTERVAL = 5 * 60 * 1000; let currentVersionDisplay;