Skip to content

Commit

Permalink
ConfigApp: Turn Info constants into actual consts
Browse files Browse the repository at this point in the history
  • Loading branch information
pongo1231 committed Feb 7, 2024
1 parent 6ac3b18 commit 19c2615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ConfigApp/Info.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
{
public static class Info
{
public static string VERSION = "2.1-devel";
public const string VERSION = "2.1-devel";

public static string WORKSHOP_DEFAULT_URL = "https://chaos.gopong.dev";
public const string WORKSHOP_DEFAULT_URL = "https://chaos.gopong.dev";
}
}

0 comments on commit 19c2615

Please sign in to comment.