From 90143cdebae5913bc7ba49dafc72135da90f3677 Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Tue, 26 Jul 2022 01:07:40 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.6.0-rc.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 582a71bd7..b1e3a465a 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -4,7 +4,7 @@ net471 - 3.6.0-rc.0 + 3.6.0-rc.1 enable diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs index 1b743c392..d4a43d2a2 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.6.0-rc.0"; + public const string CompiledSemanticVersion = "3.6.0-rc.1"; /// /// Currently installed and running version of RogueLibs. ///