Skip to content

Commit

Permalink
3rd revision
Browse files Browse the repository at this point in the history
  • Loading branch information
ShroomAgent27 committed Mar 21, 2024
1 parent 748257b commit 6fa028c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ public class Program
public const string WEATHER_API_PROVIDER = "https://provider.weather.shonx.net/";
public const string WEATHER_BACKEND_PROVIDER = "https://backend.weather.shonx.net/";

public const int REVISION = 2;
public const int REVISION = 3;
public static void Main(string[] args)
{
Console.WriteLine("Running revision " + REVISION);
Expand Down

0 comments on commit 6fa028c

Please sign in to comment.