From 6d1a3c63c7b6e91d8c66a5ae3218e73e463bd97b Mon Sep 17 00:00:00 2001 From: pleroy Date: Sun, 26 Jan 2025 16:25:36 +0100 Subject: [PATCH] =?UTF-8?q?Next=20release=20is=20=D8=AE=D9=88=D8=A7=D8=B1?= =?UTF-8?q?=D8=B2=D9=85=DB=8C=E2=80=8E.?= 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 b707204f90..b119662c22 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 = "Kuratowski"; - private const int next_release_lunation_number = 310; + private const string next_release_name = "خوارزمی"; + private const int next_release_lunation_number = 311; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2025, 01, 29, 12, 35, 59, TimeSpan.Zero); + new DateTimeOffset(2025, 02, 28, 00, 44, 50, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter,