Bump version
Some checks failed
Linux / build (Release) (push) Has been cancelled
MacOS / build (Release) (push) Has been cancelled
Windows / build (Release) (push) Has been cancelled

This commit is contained in:
Manu
2025-02-27 18:00:19 +01:00
parent 91b3c89c63
commit e872275c99

View File

@@ -7,7 +7,7 @@ namespace SwitchGiftDataManager.Core;
public class BCATManager
{
public const string Version = "1.7.1";
public const string Version = "1.8.0";
private const int FileNameOffset = 0x00;
private const int UnkOffset = 0x20;