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

Commit

Permalink
v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Jan 22, 2022
1 parent 19217f1 commit 34af0e5
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 @@ -31,15 +31,15 @@ static RogueLibs()
/// </summary>
public const string Name = "RogueLibsCore";

internal const string AssemblyVersion = "3.5.1.0";
internal const string AssemblyVersion = "3.4.1.0";
/// <summary>
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
/// </summary>
public const string CompiledVersion = "3.5.1";
public const string CompiledVersion = "3.4.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.5.1";
public const string CompiledSemanticVersion = "3.4.1";

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

0 comments on commit 34af0e5

Please sign in to comment.