From cadcaf57a205e72f42b6a3c894b14148627e91cf Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 27 Oct 2018 13:17:17 -0500 Subject: [PATCH] Real version 1.5.14. VS did not save a change before. --- DS4Windows/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/Properties/AssemblyInfo.cs b/DS4Windows/Properties/AssemblyInfo.cs index 1dfaae0..f7f67b8 100644 --- a/DS4Windows/Properties/AssemblyInfo.cs +++ b/DS4Windows/Properties/AssemblyInfo.cs @@ -34,6 +34,6 @@ using System.Runtime.InteropServices; // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] [assembly: AssemblyVersion("1.5.14")] -[assembly: AssemblyFileVersion("1.5.13")] +[assembly: AssemblyFileVersion("1.5.14")] [assembly: NeutralResourcesLanguage("en")]