From 69cdc0963bf5d48385c0337a54570fbdb0deb456 Mon Sep 17 00:00:00 2001 From: github-actions Date: Sun, 3 Nov 2024 13:21:12 +0000 Subject: [PATCH] bump version to v1.0.0-b3 --- Source/Properties/AssemblyInfo.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Source/Properties/AssemblyInfo.cs b/Source/Properties/AssemblyInfo.cs index 4911044..0e2cd57 100644 --- a/Source/Properties/AssemblyInfo.cs +++ b/Source/Properties/AssemblyInfo.cs @@ -32,10 +32,10 @@ // 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("1.0.02")] -[assembly: AssemblyFileVersion("1.0.02")] +[assembly: AssemblyVersion("1.0.03")] +[assembly: AssemblyFileVersion("1.0.03")] [assembly: KSPAssembly(name: "BoringCrewServices" , versionMajor: 1 , versionMinor: 0 - , versionRevision: 02)] \ No newline at end of file + , versionRevision: 03)] \ No newline at end of file