From 3416b390932cab05f9caf705b40e3e8b35c9658d Mon Sep 17 00:00:00 2001 From: Dave Kerr Date: Mon, 9 Jul 2018 22:56:40 +0800 Subject: [PATCH] chore: bump to v2.3.2 --- SharpShell/SharedAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SharpShell/SharedAssemblyInfo.cs b/SharpShell/SharedAssemblyInfo.cs index 99561fce..ef26295f 100644 --- a/SharpShell/SharedAssemblyInfo.cs +++ b/SharpShell/SharedAssemblyInfo.cs @@ -17,5 +17,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("2.3.1.0")] -[assembly: AssemblyFileVersion("2.3.1.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.3.2.0")] +[assembly: AssemblyFileVersion("2.3.2.0")]