Skip to content

Commit

Permalink
Next release is Крылов.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 29, 2024
1 parent 1f783a7 commit dfc9a0c
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 = "Kronecker";
private const int next_release_lunation_number = 307;
private const string next_release_name = "Крылов";
private const int next_release_lunation_number = 308;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2024, 11, 1, 12, 47, 09, TimeSpan.Zero);
new DateTimeOffset(2024, 12, 1, 06, 21, 26, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit dfc9a0c

Please sign in to comment.