Update URL for version check

Brian [2016-08-12 04:42:48]
Update URL for version check
Filename
src/RocketBotGUI/MainForm.cs
diff --git a/src/RocketBotGUI/MainForm.cs b/src/RocketBotGUI/MainForm.cs
index 24783ec..960856e 100644
--- a/src/RocketBotGUI/MainForm.cs
+++ b/src/RocketBotGUI/MainForm.cs
@@ -169,7 +169,7 @@ namespace PokemonGo.RocketAPI.Window
             using (var wC = new WebClient())
                 return
                     wC.DownloadString(
-                        "https://raw.githubusercontent.com/TheUnnameOrganization/RocketBot/master/PokemonGo/RocketAPI/Properties/AssemblyInfo.cs");
+                        "https://raw.githubusercontent.com/TheUnnameOrganization/RocketBot/Beta-Build/src/RocketBotGUI/Properties/AssemblyInfo.cs");
         }

         public static void ColoredConsoleWrite(Color color, string text)
You may download the files in Public Git.