build: 7.4.0.0

This commit is contained in:
goat 2023-01-14 14:30:07 +01:00
parent 34d3efb4b3
commit 6a9c23573f
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
2 changed files with 4 additions and 5 deletions

View file

@ -18,12 +18,11 @@ internal sealed class ChangelogWindow : Window, IDisposable
/// <summary>
/// Whether the latest update warrants a changelog window.
/// </summary>
public const string WarrantsChangelogForMajorMinor = "7.0.";
public const string WarrantsChangelogForMajorMinor = "7.4.";
private const string ChangeLog =
@"• Updated Dalamud for compatibility with Patch 6.2
Made things more speedy
Plugins can now be toggled off while remaining installed, instead of being removed completely
@"• Updated Dalamud for compatibility with Patch 6.3
Made things more speedy by updating to .NET 7
If you note any issues or need help, please check the FAQ, and reach out on our Discord if you need help.
Thanks and have fun!";