From b4d5fc140ab1d7b0f142a8d5febd0c2302fbaf8f Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Sat, 11 Feb 2017 15:55:06 -0500 Subject: [PATCH] Bump the assembly version from 0.13.0 to 0.14.0 --- PacketDotNet/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PacketDotNet/AssemblyInfo.cs b/PacketDotNet/AssemblyInfo.cs index 13165954..245ad12b 100644 --- a/PacketDotNet/AssemblyInfo.cs +++ b/PacketDotNet/AssemblyInfo.cs @@ -17,7 +17,7 @@ // The form "{Major}.{Minor}.*" will automatically update the build and revision, // and "{Major}.{Minor}.{Build}.*" will update just the revision. -[assembly: AssemblyVersion("0.13.0")] +[assembly: AssemblyVersion("0.14.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.