Skip to content

Commit

Permalink
chore: bump version to 1.3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
olavim committed Jul 17, 2021
1 parent 3594b4a commit 47e4a15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RoundsWithFriends/RoundsWithFriends.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public static DebugOptions Deserialize(byte[] data)
public class RWFMod : BaseUnityPlugin
{
private const string ModId = "io.olavim.rounds.rwf";
public const string Version = "1.3.6";
public const string Version = "1.3.7";

#if DEBUG
public static readonly bool DEBUG = true;
Expand Down

0 comments on commit 47e4a15

Please sign in to comment.