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

Commit 58f0bb3

Browse files
committed
πŸ”– RogueLibs v4.0.0-beta.5
1 parent ac2151c commit 58f0bb3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

β€ŽDirectory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<TargetFramework>net471</TargetFramework>
66

7-
<Version>4.0.0-beta.4</Version>
7+
<Version>4.0.0-beta.5</Version>
88

99
<!-- Project Properties -->
1010
<Nullable>enable</Nullable>
0 Bytes
Binary file not shown.

β€ŽRogueLibsCore/RogueLibs.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ static RogueLibs()
3939
/// <summary>
4040
/// <para>Semantic version of RogueLibs that the current assembly is compiled with. Don't use it in BepInPlugin.</para>
4141
/// </summary>
42-
public const string CompiledSemanticVersion = "4.0.0-beta.4";
42+
public const string CompiledSemanticVersion = "4.0.0-beta.5";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
Β (0)