default track is alpha

This commit is contained in:
Kyle Spearrin
2018-06-29 15:24:19 -04:00
parent b7df2d5441
commit 82b17677b9
+1 -1
View File
@@ -15,7 +15,7 @@ namespace Bit.Publisher
private static string _apkFilePath;
private static string _credsFilePath;
private static string _track;
private static string _track = "alpha";
static void Main(string[] args)
{