Skip to content

Commit

Permalink
Merge pull request #3779 from pleroy/賈憲
Browse files Browse the repository at this point in the history
Next release is 賈憲
  • Loading branch information
pleroy authored Oct 13, 2023
2 parents e48d38f + 8f906f7 commit e29b364
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 = 294;
private const string next_release_name = "賈憲";
private const int next_release_lunation_number = 295;
private readonly DateTimeOffset next_release_date_ =
new DateTimeOffset(2023, 10, 14, 17, 54, 00, TimeSpan.Zero);
new DateTimeOffset(2023, 11, 13, 09, 26, 00, TimeSpan.Zero);

public MainWindow(
PrincipiaPluginAdapter adapter,
Expand Down

0 comments on commit e29b364

Please sign in to comment.