Skip to content

Commit

Permalink
Merge pull request #2146 from pleroy/Fatou
Browse files Browse the repository at this point in the history
Next release is Fatou
pleroy authored Apr 27, 2019
2 parents b3863b3 + e1bc90d commit 81a4264
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
@@ -8,10 +8,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : SupervisedWindowRenderer {
// Update this section before each release.
private const String next_release_name_ = "Fáry";
private const int next_release_lunation_number_ = 239;
private const String next_release_name_ = "Fatou";
private const int next_release_lunation_number_ = 240;
private DateTimeOffset next_release_date_ =
new DateTimeOffset(2019, 05, 04, 22, 46, 00, TimeSpan.Zero);
new DateTimeOffset(2019, 06, 03, 10, 02, 00, TimeSpan.Zero);

public delegate Vessel PredictedVessel();

0 comments on commit 81a4264

Please sign in to comment.