diff --git a/Directory.Build.props b/Directory.Build.props index 96462feae..9b67e8bb4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 3.5.0-rc.1 + 3.5.0-rc.2 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index 8e3800db2..f7ad5f7b6 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 = "3.5.0-rc.1"; + public const string CompiledSemanticVersion = "3.5.0-rc.2"; /// /// Currently installed and running version of RogueLibs. ///