From b394e268e6fd31e6664232098a9b95b025615e77 Mon Sep 17 00:00:00 2001 From: Abbysssal Date: Mon, 13 Jun 2022 02:48:37 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20v3.5.0-rc.2?= 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 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. ///