diff --git a/Directory.Build.props b/Directory.Build.props
index a5397766..0e82c0ea 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
net471
- 4.0.0-beta.4
+ 4.0.0-beta.5
enable
diff --git a/RogueLibsCore/Resources/RogueLibsPatcher.dll b/RogueLibsCore/Resources/RogueLibsPatcher.dll
index b6d56064..cb511fe9 100644
Binary files a/RogueLibsCore/Resources/RogueLibsPatcher.dll and b/RogueLibsCore/Resources/RogueLibsPatcher.dll differ
diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs
index 4bf540c9..24becdb8 100644
--- a/RogueLibsCore/RogueLibs.cs
+++ b/RogueLibsCore/RogueLibs.cs
@@ -39,7 +39,7 @@ static RogueLibs()
///
/// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.
///
- public const string CompiledSemanticVersion = "4.0.0-beta.4";
+ public const string CompiledSemanticVersion = "4.0.0-beta.5";
///
/// Currently installed and running version of RogueLibs.
///