From 88e510d470bb7691bedd6e7456f4829711e64472 Mon Sep 17 00:00:00 2001 From: Sharon Shabtai <sharons@spectralogic.com> Date: Fri, 17 Feb 2017 12:04:50 -0700 Subject: [PATCH] rev the version --- TpfrClient/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TpfrClient/Properties/AssemblyInfo.cs b/TpfrClient/Properties/AssemblyInfo.cs index b4848ed..c81afd9 100644 --- a/TpfrClient/Properties/AssemblyInfo.cs +++ b/TpfrClient/Properties/AssemblyInfo.cs @@ -32,5 +32,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("0.4.0.0")] -[assembly: AssemblyFileVersion("0.4.0.0")] +[assembly: AssemblyVersion("0.5.0.0")] +[assembly: AssemblyFileVersion("0.5.0.0")]