Skip to content
This repository was archived by the owner on Sep 11, 2023. It is now read-only.

Commit 4aaa772

Browse files
committed
Version 1.8.0.0
1 parent 2c0012b commit 4aaa772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

UI/Windows/AboutWindow.xaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public AboutWindow()
3030
g.Background = gridBrush;
3131
}
3232
}
33-
TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}-beta1) - {Program.Translations.GetLanguage("SPEditCap")}";
33+
TitleBox.Text = $"SPCode ({Assembly.GetEntryAssembly()?.GetName().Version}) - {Program.Translations.GetLanguage("SPEditCap")}";
3434
LicenseField.Text = File.ReadAllText(Constants.LicenseFile);
3535
}
3636

0 commit comments

Comments
 (0)