Skip to content

Commit

Permalink
Next release is Kuratowski.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Dec 30, 2024
1 parent ef5a706 commit 4075c53
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 = "Kummer";
private const int next_release_lunation_number = 309;
private const string next_release_name = "Kuratowski";
private const int next_release_lunation_number = 310;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2024, 12, 30, 22, 26, 48, TimeSpan.Zero);
new DateTimeOffset(2025, 01, 29, 12, 35, 59, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit 4075c53

Please sign in to comment.