Skip to content

Commit

Permalink
Bump MultiAdmin version
Browse files Browse the repository at this point in the history
  • Loading branch information
ButterscotchV authored May 24, 2021
1 parent 8961c7c commit 9c084d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MultiAdmin/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace MultiAdmin
{
public static class Program
{
public const string MaVersion = "3.4.0.0";
public const string MaVersion = "3.4.0.1";
public const string RecommendedMonoVersion = "5.18";

private static readonly List<Server> InstantiatedServers = new List<Server>();
Expand Down

0 comments on commit 9c084d2

Please sign in to comment.