From f5e0cd130006d692d3ad17b3bcf2cd5e19fe3997 Mon Sep 17 00:00:00 2001 From: Gregory Brutsche Date: Sat, 24 Oct 2020 01:02:52 -0400 Subject: [PATCH] Bump version to 2.7. --- Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 310ec97c..5fc6a505 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -48,5 +48,5 @@ // 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("2.6.0.0")] -[assembly: AssemblyFileVersion("2.6.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.7.0.0")] +[assembly: AssemblyFileVersion("2.7.0.0")] \ No newline at end of file