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

Commit

Permalink
🔖 v3.5.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Chasmical committed Mar 7, 2022
1 parent 14d4151 commit 9dee798
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<TargetFramework>net452</TargetFramework>

<Version>3.5.0-beta.4</Version>
<Version>3.5.0-beta.5</Version>

<!-- Project Properties -->
<Nullable>enable</Nullable>
Expand Down
3 changes: 1 addition & 2 deletions RogueLibsCore/RogueLibs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ static RogueLibs()
/// <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.0-beta.4";

public const string CompiledSemanticVersion = "3.5.0-beta.5";
/// <summary>
/// <para>Currently installed and running version of RogueLibs.</para>
/// </summary>
Expand Down

0 comments on commit 9dee798

Please sign in to comment.