From 812e8cb8d8e2969adc4c925338459bd321f4f16a Mon Sep 17 00:00:00 2001 From: Yuki Date: Tue, 8 Aug 2023 19:58:42 +1000 Subject: [PATCH] version bump --- Anamnesis/VersionInfo.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Anamnesis/VersionInfo.cs b/Anamnesis/VersionInfo.cs index 6e6d10c7..ac96a354 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 = "2023.07.06.0000.0000"; + public static readonly string ValidatedGameVersion = "2023.07.26.0000.0000"; }