diff --git a/ksp_plugin_adapter/main_window.cs b/ksp_plugin_adapter/main_window.cs index 352bfd64cf..92f2620b85 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 = "Julia"; - private const int next_release_lunation_number = 297; + private const string next_release_name = "掛谷"; + private const int next_release_lunation_number = 298; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2024, 01, 11, 11, 57, 00, TimeSpan.Zero); + new DateTimeOffset(2024, 02, 09, 22, 59, 00, TimeSpan.Zero); public MainWindow( PrincipiaPluginAdapter adapter,