Skip to content
This repository has been archived by the owner on Oct 7, 2021. It is now read-only.

Commit

Permalink
Update URL for version check
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian committed Aug 11, 2016
1 parent ae9a090 commit fa0035e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RocketBotGUI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ private static string DownloadServerVersion()
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)
Expand Down

0 comments on commit fa0035e

Please sign in to comment.