From 6cf7d1a635d945710618a2af0db963430dcc2f70 Mon Sep 17 00:00:00 2001 From: KSP-TaxiService Date: Mon, 24 Apr 2017 21:38:24 +0800 Subject: [PATCH] Increment the version for next release --- src/CommNetConstellation/Properties/AssemblyInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommNetConstellation/Properties/AssemblyInfo.cs b/src/CommNetConstellation/Properties/AssemblyInfo.cs index 152fad4..5d26595 100644 --- a/src/CommNetConstellation/Properties/AssemblyInfo.cs +++ b/src/CommNetConstellation/Properties/AssemblyInfo.cs @@ -37,7 +37,7 @@ // DLLs any time it changes. Breaking on a minor revision is probably acceptable - it's // unlikely that there wouldn't be other breaking changes on a minor version change. [assembly: AssemblyVersion("1.0")] -[assembly: AssemblyFileVersion("1.0.0")] +[assembly: AssemblyFileVersion("1.0.1")] // Use KSPAssembly to allow other DLLs to make this DLL a dependency in a // non-hacky way in KSP. Format is (AssemblyProduct, major, minor), and it