From aa5f06f10a4956757f76a165d22d464ada8e1a13 Mon Sep 17 00:00:00 2001 From: pleroy Date: Mon, 6 Nov 2023 21:03:16 +0100 Subject: [PATCH] Next release is Jordan. --- ksp_plugin_adapter/main_window.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ksp_plugin_adapter/main_window.cs b/ksp_plugin_adapter/main_window.cs index fd8cfc6cbf..1a8e981304 100644 --- a/ksp_plugin_adapter/main_window.cs +++ b/ksp_plugin_adapter/main_window.cs @@ -7,10 +7,10 @@ namespace ksp_plugin_adapter { internal class MainWindow : VesselSupervisedWindowRenderer { // Update this section before each release. - private const string next_release_name = "賈憲"; - private const int next_release_lunation_number = 295; + private const string next_release_name = "Jordan"; + private const int next_release_lunation_number = 296; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2023, 11, 13, 09, 26, 00, TimeSpan.Zero); + new DateTimeOffset(2023, 12, 12, 23, 31, 00, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter,