mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 20:33:27 +02:00
NOTE: Undo commit before merging, for testing purposes only.
This commit is contained in:
parent
68055f2458
commit
4836f4b369
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue