From 330d7f9659b51b4fa2ea28568e34bad83df14de8 Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Sun, 30 Jul 2023 11:56:11 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20RogueLibs=20v4.0.0-beta.3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Directory.Build.props | 2 +- RogueLibsCore/RogueLibs.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 05b5fdbc..772cb0c2 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 4.0.0-beta.2 + 4.0.0-beta.3 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index 310c2b96..893a3dfa 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.2"; + public const string CompiledSemanticVersion = "4.0.0-beta.3"; /// /// Currently installed and running version of RogueLibs. ///