Skip to content

Commit 6247bae

Browse files
authored
Merge pull request #4126 from pleroy/Крылов
Next release is Крылов
2 parents 1f783a7 + dfc9a0c commit 6247bae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ksp_plugin_adapter/main_window.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ namespace ksp_plugin_adapter {
77

88
internal class MainWindow : VesselSupervisedWindowRenderer {
99
// Update this section before each release.
10-
private const string next_release_name = "Kronecker";
11-
private const int next_release_lunation_number = 307;
10+
private const string next_release_name = "Крылов";
11+
private const int next_release_lunation_number = 308;
1212
private readonly DateTimeOffset next_release_date_ =
13-
new DateTimeOffset(2024, 11, 1, 12, 47, 09, TimeSpan.Zero);
13+
new DateTimeOffset(2024, 12, 1, 06, 21, 26, TimeSpan.Zero);
1414

1515
public MainWindow(
1616
PrincipiaPluginAdapter adapter,

0 commit comments

Comments
 (0)