From 73cc162dbb900e79e6dd94709548c8b01473290e Mon Sep 17 00:00:00 2001 From: mark Date: Wed, 7 Oct 2009 10:25:04 +0000 Subject: [PATCH] --- Server/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/AssemblyInfo.cs b/Server/AssemblyInfo.cs index 62887a766..533a42246 100644 --- a/Server/AssemblyInfo.cs +++ b/Server/AssemblyInfo.cs @@ -46,7 +46,7 @@ using System.Runtime.CompilerServices; // 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.*")] +[assembly: AssemblyVersion("2.1.*")] // // In order to sign your assembly you must specify a key to use. Refer to the