Skip to content

Commit

Permalink
Merge branch 'master' into Arrays
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Jan 10, 2024
2 parents 7d1f0c1 + d102d14 commit ec2423a
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 = "Julia";
private const int next_release_lunation_number = 297;
private const string next_release_name = "掛谷";
private const int next_release_lunation_number = 298;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2024, 01, 11, 11, 57, 00, TimeSpan.Zero);
new DateTimeOffset(2024, 02, 09, 22, 59, 00, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit ec2423a

Please sign in to comment.