diff --git a/Dalamud/Troubleshooting.cs b/Dalamud/Troubleshooting.cs index 70b80cb5e..69b0df23e 100644 --- a/Dalamud/Troubleshooting.cs +++ b/Dalamud/Troubleshooting.cs @@ -52,7 +52,7 @@ namespace Dalamud public PluginManifest[] LoadedPlugins { get; set; } public string DalamudVersion { get; set; } - + public string DalamudGitHash { get; set; } public string GameVersion { get; set; }