From d6992f621cda80c858142f3cd3b54b3229dba0c8 Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Thu, 8 Aug 2024 10:40:01 +0100 Subject: [PATCH] Validate for patch 7.05 hotfix --- Anamnesis/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anamnesis/VersionInfo.cs b/Anamnesis/VersionInfo.cs index 3a02a16e..ee4cf294 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.07.24.0000.0000"; + public static readonly string ValidatedGameVersion = "2024.08.02.0000.0000"; }