diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 3c5f25f3b2..31d77ba27a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -4,9 +4,9 @@
https://github.com/dotnet/symstore
f3993563fcc13b10ac0e5c4384f346aa88758468
-
+
https://github.com/microsoft/clrmd
- 041586684880f36dcc3ca5cb40bad9e21f499d68
+ c4d69fbdb238cdf8cc293317daac1f127be7643e
https://github.com/microsoft/clrmd
diff --git a/eng/Versions.props b/eng/Versions.props
index 74c9f34b9b..1769a0e05b 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -44,7 +44,7 @@
4.3.0
1.1.0
- 2.1.330801
+ 2.1.331402
16.9.0-beta1.21055.5
2.0.64
diff --git a/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs b/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs
index 6475838aa6..27fe813105 100644
--- a/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs
+++ b/src/Microsoft.Diagnostics.DebugServices.Implementation/DataReader.cs
@@ -128,6 +128,8 @@ public DataReaderModule(IModule module)
public override int IndexTimeStamp => unchecked((int)_module.IndexTimeStamp.GetValueOrDefault(0));
+ public override ModuleKind Kind => ModuleKind.Unknown;
+
public override Version Version
{
get