From 4836f4b369d0810992aef331a4f8b6861767bb89 Mon Sep 17 00:00:00 2001 From: Kalila L Date: Thu, 27 Aug 2020 05:32:07 -0400 Subject: [PATCH] NOTE: Undo commit before merging, for testing purposes only. --- scripts/system/checkForUpdates.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/system/checkForUpdates.js b/scripts/system/checkForUpdates.js index 932dffafcc..6a16a98877 100644 --- a/scripts/system/checkForUpdates.js +++ b/scripts/system/checkForUpdates.js @@ -11,7 +11,7 @@ var networkingConstants = Script.require("./libraries/networkingConstants.js"); // We'll want a way to specify this later, auto detection can also be a thing, but strictly optional. var currentBuildType = "latest"; -var currentVersion = HifiAbout.buildVersion; +var currentVersion = "2020.2.3-Asteria"; // HifiAbout.buildVersion; // Notification Variables var NOTIFICATION_CHANNEL = "System-Notifications";