From 36ab5a37af953e30f58143a7c01330c5f347ff23 Mon Sep 17 00:00:00 2001 From: Paul Betts Date: Tue, 15 Sep 2015 20:22:41 -0700 Subject: [PATCH] Version bump to 2.4.0 --- Refit/Properties/AssemblyInfo.cs | 2 +- Refit/refit.nuspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Refit/Properties/AssemblyInfo.cs b/Refit/Properties/AssemblyInfo.cs index abcbbf99d..5028dd941 100644 --- a/Refit/Properties/AssemblyInfo.cs +++ b/Refit/Properties/AssemblyInfo.cs @@ -14,7 +14,7 @@ // The assembly version has the format "{Major}.{Minor}.{Build}.{Revision}". // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("2.3.0")] +[assembly: AssemblyVersion("2.4.0")] // The following attributes are used to specify the signing key for the assembly, // if desired. See the Mono documentation for more information about signing. diff --git a/Refit/refit.nuspec b/Refit/refit.nuspec index 74c4ffd32..420903b59 100644 --- a/Refit/refit.nuspec +++ b/Refit/refit.nuspec @@ -2,7 +2,7 @@ refit - 2.3.0 + 2.4.0 Refit Paul Betts,Refit contributors Paul Betts