From 82b17677b9c6d4b386e808deec79f6698e65ca68 Mon Sep 17 00:00:00 2001 From: Kyle Spearrin Date: Fri, 29 Jun 2018 15:24:19 -0400 Subject: [PATCH] default track is alpha --- store/google/Publisher/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/store/google/Publisher/Program.cs b/store/google/Publisher/Program.cs index 408915169..da63f91f7 100644 --- a/store/google/Publisher/Program.cs +++ b/store/google/Publisher/Program.cs @@ -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) {