Skip to content

Commit

Permalink
Merge pull request #3429 from eggrobin/Ἵππασος
Browse files Browse the repository at this point in the history
Next release is Ἵππασος
  • Loading branch information
eggrobin authored Aug 24, 2022
2 parents 04bb469 + 851a443 commit 20699fe
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 = 280;
private const string next_release_name = "Ἵππασος";
private const int next_release_lunation_number = 281;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2022, 08, 27, 08, 16, 00, TimeSpan.Zero);
new DateTimeOffset(2022, 09, 25, 21, 53, 00, TimeSpan.Zero);

public MainWindow(PrincipiaPluginAdapter adapter,
FlightPlanner flight_planner,
Expand Down

0 comments on commit 20699fe

Please sign in to comment.