From 9ad2f798da443fb2047a7277cb41a1f4864665ba Mon Sep 17 00:00:00 2001 From: "Scott E. Graves" Date: Mon, 8 Apr 2019 18:41:39 -0500 Subject: [PATCH] Set default release type to Beta --- src/App.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.js b/src/App.js index a169f40..a289d89 100644 --- a/src/App.js +++ b/src/App.js @@ -65,7 +65,7 @@ class App extends IPCContainer { LocationsLookup: {}, MissingDependencies: [], MountsBusy: false, - Release: 3, + Release: 2, ReleaseTypes: [ 'Release', 'RC',