Skip to content

Commit

Permalink
Merge pull request #3742 from pleroy/Jensen2
Browse files Browse the repository at this point in the history
Next release is Jensen
  • Loading branch information
pleroy authored Aug 14, 2023
2 parents ebd8f0d + 6a300d6 commit ea7575e
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 = "Jacobi";
private const int next_release_lunation_number = 292;
private const string next_release_name = "Jensen";
private const int next_release_lunation_number = 293;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2023, 08, 16, 09, 37, 00, TimeSpan.Zero);
new DateTimeOffset(2023, 09, 15, 01, 39, 00, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit ea7575e

Please sign in to comment.