Skip to content

Commit

Permalink
Merge pull request #2363 from pleroy/פרנקל
Browse files Browse the repository at this point in the history
Next release is פרנקל
pleroy authored Oct 25, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 25cf2fb + 6b975dd commit d5240c1
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_ = "Fourier";
private const int next_release_lunation_number_ = 245;
private const string next_release_name_ = "פרנקל";
private const int next_release_lunation_number_ = 246;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2019, 10, 28, 03, 39, 00, TimeSpan.Zero);
new DateTimeOffset(2019, 11, 26, 15, 06, 00, TimeSpan.Zero);

public delegate Vessel PredictedVessel();

0 comments on commit d5240c1

Please sign in to comment.