From 4714e266dc07d9ede67f336729e71fed9f21f6d5 Mon Sep 17 00:00:00 2001 From: Ceiling Waffle Date: Thu, 14 Oct 2021 20:10:57 +1100 Subject: [PATCH] Fixed memory reader not working with latest osu! stable update --- Focusu.GUI/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Focusu.GUI/Properties/AssemblyInfo.cs b/Focusu.GUI/Properties/AssemblyInfo.cs index 0b30b77..7dceb2a 100644 --- a/Focusu.GUI/Properties/AssemblyInfo.cs +++ b/Focusu.GUI/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ // Build Number // Revision // -[assembly: AssemblyVersion("0.2.5")] +[assembly: AssemblyVersion("0.2.6")] [assembly: AssemblyFileVersion("0.2.5")]