diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs
index 8d96b589d..4178c8dc9 100644
--- a/RogueLibsCore/RogueLibs.cs
+++ b/RogueLibsCore/RogueLibs.cs
@@ -39,12 +39,12 @@ static RogueLibs()
///
/// Version of RogueLibs that the current assembly is compiled with.
///
- public const string CompiledVersion = "3.0";
+ public const string CompiledVersion = "3.0.1";
///
/// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.
///
- public const string CompiledSemanticVersion = "3.0.0";
- internal const string AssemblyVersion = "3.0.0.0";
+ public const string CompiledSemanticVersion = "3.0.1";
+ internal const string AssemblyVersion = "3.0.1.0";
///
/// Currently installed and running version of RogueLibs.