From bdb2f5fef9ef295ffcf37e42b81df856cfe48f50 Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:12:34 +0000 Subject: [PATCH] validate for patch 7.15 --- Anamnesis/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anamnesis/VersionInfo.cs b/Anamnesis/VersionInfo.cs index 49d3a6e3..d686f107 100644 --- a/Anamnesis/VersionInfo.cs +++ b/Anamnesis/VersionInfo.cs @@ -16,5 +16,5 @@ public static class VersionInfo /// /// The latest game version that the tool has been validated for. /// - public static readonly string ValidatedGameVersion = "2024.11.20.0000.0000"; + public static readonly string ValidatedGameVersion = "2024.12.07.0000.0000"; }