diff --git a/Directory.Build.props b/Directory.Build.props
index 6ba71b4e..05b5fdbc 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
net471
- 4.0.0-beta.1
+ 4.0.0-beta.2
enable
diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs
index dc2936da..0d6587f5 100644
--- a/RogueLibsCore/RogueLibs.cs
+++ b/RogueLibsCore/RogueLibs.cs
@@ -40,7 +40,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.1";
+ public const string CompiledSemanticVersion = "4.0.0-beta.2";
///
/// Currently installed and running version of RogueLibs.
///