From 81478ca03697c705f4a08b9520bccf63d8b004ab Mon Sep 17 00:00:00 2001 From: Chris Hynes Date: Wed, 17 Jan 2018 07:07:28 -0700 Subject: [PATCH] Bump version for release --- Build/CommonAssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Build/CommonAssemblyInfo.cs b/Build/CommonAssemblyInfo.cs index 65dbf88..79cbef8 100644 --- a/Build/CommonAssemblyInfo.cs +++ b/Build/CommonAssemblyInfo.cs @@ -15,6 +15,6 @@ // // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.0.3")] -[assembly: AssemblyFileVersion("2.0.3")] +[assembly: AssemblyVersion("2.1.0")] +[assembly: AssemblyFileVersion("2.1.0")] //[assembly: AssemblyInformationalVersion("2.0-alpha6")]