From 50ddc34fbc0233bb88e979769694e3738d7328f6 Mon Sep 17 00:00:00 2001 From: Lisa Malenfant Date: Thu, 21 Jun 2018 11:05:55 -0700 Subject: [PATCH] Updated the version number for a new release --- Vts.Gui.Wpf/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vts.Gui.Wpf/Properties/AssemblyInfo.cs b/Vts.Gui.Wpf/Properties/AssemblyInfo.cs index f1fd146..5690322 100644 --- a/Vts.Gui.Wpf/Properties/AssemblyInfo.cs +++ b/Vts.Gui.Wpf/Properties/AssemblyInfo.cs @@ -52,5 +52,5 @@ // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("2.0.0.0")] -[assembly: AssemblyFileVersion("2.0.0.0")] \ No newline at end of file +[assembly: AssemblyVersion("2.1.0.0")] +[assembly: AssemblyFileVersion("2.1.0.0")] \ No newline at end of file