Skip to content

Commit

Permalink
Merge pull request #3449 from eggrobin/Ἱπποκράτης
Browse files Browse the repository at this point in the history
Next release is Ἱπποκράτης
  • Loading branch information
eggrobin authored Oct 24, 2022
2 parents 5f889a4 + 300371f commit effff14
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
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 = 282;
private const string next_release_name = "Ἱπποκράτης";
private const int next_release_lunation_number = 283;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2022, 10, 25, 10, 47, 00, TimeSpan.Zero);
new DateTimeOffset(2022, 11, 23, 22, 56, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,
Expand Down

0 comments on commit effff14

Please sign in to comment.