From 47e4a155ce6bb5ccbf007bde6c4b262e7ad8c7a7 Mon Sep 17 00:00:00 2001 From: Olavi Mustanoja Date: Sat, 17 Jul 2021 17:58:11 +0300 Subject: [PATCH] chore: bump version to 1.3.7 --- RoundsWithFriends/RoundsWithFriends.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RoundsWithFriends/RoundsWithFriends.cs b/RoundsWithFriends/RoundsWithFriends.cs index 1c54c39..57b3276 100644 --- a/RoundsWithFriends/RoundsWithFriends.cs +++ b/RoundsWithFriends/RoundsWithFriends.cs @@ -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;