Update Program.cs

Detective Squirrel [2016-07-23 19:41:01]
Update Program.cs
Filename
PokemonGo/RocketAPI/Console/Program.cs
diff --git a/PokemonGo/RocketAPI/Console/Program.cs b/PokemonGo/RocketAPI/Console/Program.cs
index dc27e12..01cd929 100644
--- a/PokemonGo/RocketAPI/Console/Program.cs
+++ b/PokemonGo/RocketAPI/Console/Program.cs
@@ -62,6 +62,7 @@ namespace PokemonGo.RocketAPI.Console
                 }

                 ColoredConsoleWrite(ConsoleColor.Red, "There is a new Version available: " + gitVersion);
+                ColoredConsoleWrite(ConsoleColor.Red, "You can find it at https://github.com/DetectiveSquirrel/Pokemon-Go-Rocket-API");
             }
             catch (Exception)
             {
You may download the files in Public Git.