From 7ab3feed9ddcbe0a527245d5db0eb85b2f67eee0 Mon Sep 17 00:00:00 2001 From: Scott Offen Date: Wed, 24 Aug 2016 14:14:27 -0600 Subject: [PATCH] Update version number --- src/Grapevine/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Grapevine/Properties/AssemblyInfo.cs b/src/Grapevine/Properties/AssemblyInfo.cs index 542a0a0..d542661 100644 --- a/src/Grapevine/Properties/AssemblyInfo.cs +++ b/src/Grapevine/Properties/AssemblyInfo.cs @@ -32,7 +32,7 @@ // 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("4.0.0.74")] -[assembly: AssemblyFileVersion("4.0.0.74")] +[assembly: AssemblyVersion("4.0.0.79")] +[assembly: AssemblyFileVersion("4.0.0.79")] [assembly: InternalsVisibleTo("Grapevine.Tests")]