From 59c2a3642ba39fc43385b94338c280369bdf69d6 Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Sat, 12 Aug 2017 19:10:38 +0200 Subject: [PATCH] Bump version of subprocess exe (should have been done a long time ago) --- subprocess/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subprocess/Properties/AssemblyInfo.cs b/subprocess/Properties/AssemblyInfo.cs index ed00c887..0c3c3fde 100644 --- a/subprocess/Properties/AssemblyInfo.cs +++ b/subprocess/Properties/AssemblyInfo.cs @@ -31,5 +31,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("1.0.1.0")] -[assembly: AssemblyFileVersion("1.0.1.0")] +[assembly: AssemblyVersion("1.1.0.0")] +[assembly: AssemblyFileVersion("1.1.0.0")]