From 77bb4fcfd8d37d662f94951d7ed9b0a1c33a6b33 Mon Sep 17 00:00:00 2001 From: chirp <72366111+chirpxiv@users.noreply.github.com> Date: Sat, 3 Aug 2024 02:48:17 +0100 Subject: [PATCH] Validate for 7.05 --- Anamnesis/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anamnesis/VersionInfo.cs b/Anamnesis/VersionInfo.cs index 75aa064a..3a02a16e 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.10.0001.0000"; + public static readonly string ValidatedGameVersion = "2024.07.24.0000.0000"; }