From 57904a57927f6120a581b825bb87d783cebb0a2e Mon Sep 17 00:00:00 2001 From: msturgill Date: Sat, 28 Sep 2013 22:07:41 -0700 Subject: [PATCH] bump version to 2.3 --- Server/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Server/AssemblyInfo.cs b/Server/AssemblyInfo.cs index 177294a92..4025ae56d 100644 --- a/Server/AssemblyInfo.cs +++ b/Server/AssemblyInfo.cs @@ -47,7 +47,7 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Revision and Build Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("2.2.*")] +[assembly: AssemblyVersion("2.3.*")] // // In order to sign your assembly you must specify a key to use. Refer to the @@ -78,4 +78,4 @@ using System.Runtime.InteropServices; [assembly: AssemblyKeyFile("")] [assembly: AssemblyKeyName("")] -[assembly: ComVisible(false)] \ No newline at end of file +[assembly: ComVisible(false)]