diff --git a/Directory.Build.props b/Directory.Build.props
index b3f7d47b7..67410fdd0 100644
--- a/Directory.Build.props
+++ b/Directory.Build.props
@@ -4,7 +4,7 @@
net471
- 3.5.1
+ 3.5.2
enable
diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs
index f634e79ad..03a77e083 100644
--- a/RogueLibsCore/RogueLibs.cs
+++ b/RogueLibsCore/RogueLibs.cs
@@ -31,15 +31,15 @@ static RogueLibs()
///
public const string Name = "RogueLibsCore";
- internal const string AssemblyVersion = "3.5.1.0";
+ internal const string AssemblyVersion = "3.5.2.0";
///
/// Version of RogueLibs that the current assembly is compiled with.
///
- public const string CompiledVersion = "3.5.1";
+ public const string CompiledVersion = "3.5.2";
///
/// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.
///
- public const string CompiledSemanticVersion = "3.5.1";
+ public const string CompiledSemanticVersion = "3.5.2";
///
/// Currently installed and running version of RogueLibs.
///