Update version

This commit is contained in:
Manu 2024-10-10 03:18:30 +02:00
parent b683b27d06
commit fe1f9549a8

View File

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