From: bavari Date: Wed, 26 Jan 2022 19:46:01 +0000 (+0100) Subject: Merge branch 'main' into v-3-4-2 X-Git-Url: https://git.deb.at/?a=commitdiff_plain;h=9ce108e63d576962e0c155ecb0459c1faff68b6f;p=rhonda%2Ftheotherroles.git Merge branch 'main' into v-3-4-2 --- 9ce108e63d576962e0c155ecb0459c1faff68b6f diff --cc TheOtherRoles/Main.cs index 25aa984,b70e32f..3763690 --- a/TheOtherRoles/Main.cs +++ b/TheOtherRoles/Main.cs @@@ -21,8 -21,9 +21,10 @@@ namespace TheOtherRole public class TheOtherRolesPlugin : BasePlugin { public const string Id = "me.eisbison.theotherroles"; + - public const string VersionString = "3.4.1"; + public const string VersionString = "3.4.2"; + + public static System.Version Version = System.Version.Parse(VersionString); internal static BepInEx.Logging.ManualLogSource Logger;