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

Commit 330d7f9

Browse files
committed
πŸ”– RogueLibs v4.0.0-beta.3
1 parent 8fd69b0 commit 330d7f9

File tree

2 files changed

+2
-2
lines changed

2 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.2</Version>
7+
<Version>4.0.0-beta.3</Version>
88

99
<!-- Project Properties -->
1010
<Nullable>enable</Nullable>

β€Ž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.2";
42+
public const string CompiledSemanticVersion = "4.0.0-beta.3";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
Β (0)