From f2b5fddc180aecef8d22ce6cd0cf2f9f03f22d01 Mon Sep 17 00:00:00 2001 From: DMagic1 Date: Mon, 31 Dec 2018 10:09:35 -0500 Subject: [PATCH] Version --- SCANsat/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/SCANsat/Properties/AssemblyInfo.cs b/SCANsat/Properties/AssemblyInfo.cs index a12d2e25d..315e1c85a 100644 --- a/SCANsat/Properties/AssemblyInfo.cs +++ b/SCANsat/Properties/AssemblyInfo.cs @@ -14,9 +14,9 @@ // 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 ("1.8.9.0")] -[assembly: AssemblyFileVersion ("1.8.9.0")] -[assembly: AssemblyInformationalVersion ("v18.9")] +[assembly: AssemblyVersion ("1.8.10.0")] +[assembly: AssemblyFileVersion ("1.8.10.0")] +[assembly: AssemblyInformationalVersion ("v18.10")] [assembly: KSPAssembly ("SCANsat", 1, 8)]