diff --git a/Directory.Build.props b/Directory.Build.props index 772cb0c2..a5397766 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 4.0.0-beta.3 + 4.0.0-beta.4 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index 893a3dfa..4bf540c9 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.3"; + public const string CompiledSemanticVersion = "4.0.0-beta.4"; /// /// Currently installed and running version of RogueLibs. ///