diff --git a/ksp_plugin_adapter/main_window.cs b/ksp_plugin_adapter/main_window.cs index 78ee8f2813..22fcb7ccab 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 = 282; + private const string next_release_name = "Ἱπποκράτης"; + private const int next_release_lunation_number = 283; private readonly DateTimeOffset next_release_date_ = - new DateTimeOffset(2022, 10, 25, 10, 47, 00, TimeSpan.Zero); + new DateTimeOffset(2022, 11, 23, 22, 56, 00, TimeSpan.Zero); public MainWindow(PrincipiaPluginAdapter adapter, FlightPlanner flight_planner,