From 9f4a2630b9daa8ba5c0112a990c816bac15973da Mon Sep 17 00:00:00 2001 From: Andy Edinborough Date: Tue, 3 Sep 2013 23:15:50 -0500 Subject: [PATCH] bump version --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index a951878..4a0436e 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -32,6 +32,6 @@ // 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.7.9.0")] -[assembly: AssemblyFileVersion("1.7.9.0")] +[assembly: AssemblyVersion("1.7.9.1")] +[assembly: AssemblyFileVersion("1.7.9.1")] [assembly: InternalsVisibleTo("Tests")] \ No newline at end of file