From dc54791dac3a9531f8a55a501571343d74a52c7f Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Sun, 1 Sep 2024 09:55:52 +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 ee4cf294..7dc2317e 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.08.02.0000.0000"; + public static readonly string ValidatedGameVersion = "2024.08.21.0000.0000"; }