Skip to content

Commit

Permalink
Merge pull request #2538 from pleroy/Fuchs
Browse files Browse the repository at this point in the history
Next release is Fuchs
pleroy authored Apr 18, 2020
2 parents 0316ed8 + a6cd2ad commit f565241
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_ = "Fubini";
private const int next_release_lunation_number_ = 251;
private const string next_release_name_ = "Fuchs";
private const int next_release_lunation_number_ = 252;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2020, 04, 23, 02, 26, 00, TimeSpan.Zero);
new DateTimeOffset(2020, 05, 22, 17, 39, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,

0 comments on commit f565241

Please sign in to comment.