Skip to content

Commit

Permalink
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Original file line number Diff line number Diff line change
@@ -5,10 +5,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Galileo";
private const int next_release_lunation_number_ = 253;
private const string next_release_name_ = "Gallai";
private const int next_release_lunation_number_ = 254;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2020, 06, 21, 06, 41, 00, TimeSpan.Zero);
new DateTimeOffset(2020, 07, 20, 17, 32, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,

0 comments on commit d40990a

Please sign in to comment.