From 595e7f348ae33a40a99b901cfc04a7ee342dd793 Mon Sep 17 00:00:00 2001 From: Peebs Date: Wed, 16 Nov 2022 13:59:11 +1100 Subject: [PATCH] Update VersionInfo.cs --- Anamnesis/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anamnesis/VersionInfo.cs b/Anamnesis/VersionInfo.cs index b8165b320..b61ec2d19 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 = "2022.10.26.0000.0000"; + public static readonly string ValidatedGameVersion = "2022.11.09.0000.0000"; }