From dfc9a0c06bd31fe2c1346ef88f27b434c9a6d0ef Mon Sep 17 00:00:00 2001 From: pleroy Date: Tue, 29 Oct 2024 18:30:22 +0100 Subject: [PATCH] =?UTF-8?q?Next=20release=20is=20=D0=9A=D1=80=D1=8B=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 19414a851b..3c6e110792 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 = "Kronecker"; - private const int next_release_lunation_number = 307; + private const string next_release_name = "Крылов"; + private const int next_release_lunation_number = 308; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2024, 11, 1, 12, 47, 09, TimeSpan.Zero); + new DateTimeOffset(2024, 12, 1, 06, 21, 26, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter,