From a6b27472951e8a663c6839b44e22ab20dcacb998 Mon Sep 17 00:00:00 2001 From: artman41 Date: Thu, 17 May 2018 14:46:59 +0100 Subject: [PATCH] Forgot to update build version --- IPA/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPA/Properties/AssemblyInfo.cs b/IPA/Properties/AssemblyInfo.cs index 56cf9359..b77beddf 100644 --- a/IPA/Properties/AssemblyInfo.cs +++ b/IPA/Properties/AssemblyInfo.cs @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // 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("3.7")] -[assembly: AssemblyFileVersion("3.7")] +[assembly: AssemblyVersion("3.7.1")] +[assembly: AssemblyFileVersion("3.7.1")]