diff --git a/scripts/system/checkForUpdates.js b/scripts/system/checkForUpdates.js index 724cd0a68d..50fbebf19b 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 = "2020.2.3-Asteria"; // HifiAbout.buildVersion; +var currentVersion = About.buildVersion; // Notification Variables var NOTIFICATION_CHANNEL = "System-Notifications";