From b80903def7e6444c580397777b663e2889426d43 Mon Sep 17 00:00:00 2001 From: Tiru Srikantha Date: Fri, 22 May 2015 10:37:23 -0700 Subject: [PATCH] Bump version for release --- Consul/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Consul/Properties/AssemblyInfo.cs b/Consul/Properties/AssemblyInfo.cs index d21b97f10ab1..22b4b569584a 100644 --- a/Consul/Properties/AssemblyInfo.cs +++ b/Consul/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("0.5.2.4")] -[assembly: AssemblyFileVersion("0.5.2.4")] +[assembly: AssemblyVersion("0.5.2.5")] +[assembly: AssemblyFileVersion("0.5.2.5")] [assembly: InternalsVisibleTo("Consul.Test")]