From a74b892e4f0c7c85d46f5164262bae6ee0891e57 Mon Sep 17 00:00:00 2001 From: Arne de Bruijn Date: Tue, 14 Jan 2020 15:28:27 +0100 Subject: [PATCH] Version 0.2.7.90 --- GameMod/GameMod.cs | 2 +- GameMod/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GameMod/GameMod.cs b/GameMod/GameMod.cs index 4177af7d..790d22e3 100644 --- a/GameMod/GameMod.cs +++ b/GameMod/GameMod.cs @@ -11,7 +11,7 @@ namespace GameMod.Core { public class GameMod { - public static readonly string Version = "olmod 0.2.7.2"; + public static readonly string Version = "olmod 0.2.7.90"; internal static void Initialize() { diff --git a/GameMod/Properties/AssemblyInfo.cs b/GameMod/Properties/AssemblyInfo.cs index cffaab3f..460ec0e5 100644 --- a/GameMod/Properties/AssemblyInfo.cs +++ b/GameMod/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("0.2.7.2")] -[assembly: AssemblyFileVersion("0.2.7.2")] +[assembly: AssemblyVersion("0.2.7.90")] +[assembly: AssemblyFileVersion("0.2.7.90")]