Skip to content

Commit

Permalink
Merge pull request #2458 from pleroy/Frenet
Browse files Browse the repository at this point in the history
Next release is Frenet
pleroy authored Jan 23, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 407eade + c4bfe41 commit 3c2d43e
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 : SupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name_ = "Frege";
private const int next_release_lunation_number_ = 248;
private const string next_release_name_ = "Frenet";
private const int next_release_lunation_number_ = 249;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2020, 01, 24, 21, 43, 00, TimeSpan.Zero);
new DateTimeOffset(2020, 02, 23, 15, 32, 00, TimeSpan.Zero);

public delegate Vessel PredictedVessel();

0 comments on commit 3c2d43e

Please sign in to comment.