diff --git a/ksp_plugin_adapter/main_window.cs b/ksp_plugin_adapter/main_window.cs index f190a55e02..0d9420e5a4 100644 --- a/ksp_plugin_adapter/main_window.cs +++ b/ksp_plugin_adapter/main_window.cs @@ -10,7 +10,7 @@ internal class MainWindow : VesselSupervisedWindowRenderer { private const string next_release_name = "Канторович"; private const int next_release_lunation_number = 299; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2024, 03, 10, 09, 01, 00, TimeSpan.Zero); + new DateTimeOffset(2024, 03, 10, 09, 00, 26, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter,