From 085c677faed33d2fa5cc7771d509dacd3f3353ac Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Tue, 25 Jul 2023 18:45:17 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20RogueLibs=20v4.0.0-beta.1?= 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 3da5346e..6ba71b4e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 4.0.0 + 4.0.0-beta.1 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index f9ce155e..4d35a2f8 100644 --- a/RogueLibsCore/RogueLibs.cs +++ b/RogueLibsCore/RogueLibs.cs @@ -38,7 +38,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-alpha.1"; + public const string CompiledSemanticVersion = "4.0.0-beta.1"; /// /// Currently installed and running version of RogueLibs. ///