Skip to content

Commit

Permalink
Merge pull request #3369 from eggrobin/Hesse
Browse files Browse the repository at this point in the history
Next release is Hesse
  • Loading branch information
eggrobin committed May 23, 2022
2 parents d3f9e41 + 7141075 commit 43c5af5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ksp_plugin_adapter/main_window.cs
Expand Up @@ -7,10 +7,10 @@ namespace ksp_plugin_adapter {

internal class MainWindow : VesselSupervisedWindowRenderer {
// Update this section before each release.
private const string next_release_name = "Ἥρων";
private const int next_release_lunation_number = 277;
private const string next_release_name = "Hesse";
private const int next_release_lunation_number = 278;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2022, 05, 30, 11, 31, 00, TimeSpan.Zero);
new DateTimeOffset(2022, 06, 29, 02, 52, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,
Expand Down

0 comments on commit 43c5af5

Please sign in to comment.