From b9d5d6a947518cb7beed9f41d6d17d759e34c886 Mon Sep 17 00:00:00 2001
From: Abbysssal <55982389+Abbysssal@users.noreply.github.com>
Date: Fri, 23 Jul 2021 15:12:17 +0700
Subject: [PATCH] v3.0.1
---
RogueLibsCore/RogueLibs.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/RogueLibsCore/RogueLibs.cs b/RogueLibsCore/RogueLibs.cs
index 8d96b589d..4178c8dc9 100644
--- a/RogueLibsCore/RogueLibs.cs
+++ b/RogueLibsCore/RogueLibs.cs
@@ -39,12 +39,12 @@ static RogueLibs()
///
/// Version of RogueLibs that the current assembly is compiled with.
///
- public const string CompiledVersion = "3.0";
+ public const string CompiledVersion = "3.0.1";
///
/// Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.
///
- public const string CompiledSemanticVersion = "3.0.0";
- internal const string AssemblyVersion = "3.0.0.0";
+ public const string CompiledSemanticVersion = "3.0.1";
+ internal const string AssemblyVersion = "3.0.1.0";
///
/// Currently installed and running version of RogueLibs.