Skip to content

Commit

Permalink
Merge pull request #3797 from pleroy/Jordan
Browse files Browse the repository at this point in the history
Next release is Jordan
  • Loading branch information
pleroy authored Nov 9, 2023
2 parents 09f13bf + aa5f06f commit 61dee14
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 = 295;
private const string next_release_name = "Jordan";
private const int next_release_lunation_number = 296;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2023, 11, 13, 09, 26, 00, TimeSpan.Zero);
new DateTimeOffset(2023, 12, 12, 23, 31, 00, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit 61dee14

Please sign in to comment.