Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jul 23, 2021
1 parent 125f2f1 commit b9d5d6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions RogueLibsCore/RogueLibs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ static RogueLibs()
/// <summary>
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
/// </summary>
public const string CompiledVersion = "3.0";
public const string CompiledVersion = "3.0.1";
/// <summary>
/// <para>Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.</para>
/// </summary>
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";

/// <summary>
/// <para>Currently installed and running version of RogueLibs.</para>
Expand Down

0 comments on commit b9d5d6a

Please sign in to comment.