Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Next release is Ἥρων #3350

Merged
merged 1 commit into from Apr 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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 = "Hermite";
private const int next_release_lunation_number = 276;
private const string next_release_name = "Ἥρων";
private const int next_release_lunation_number = 277;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2022, 04, 30, 20, 29, 00, TimeSpan.Zero);
new DateTimeOffset(2022, 05, 30, 11, 31, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,
Expand Down