NOTE: Undo commit before merging, for testing purposes only.

This commit is contained in:
Kalila L 2020-08-27 05:32:07 -04:00
parent 68055f2458
commit 4836f4b369

View file

@ -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";