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

Commit f48fac5

Browse files
committed
🔖 v3.6.9
1 parent 5418ca1 commit f48fac5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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>3.6.7</Version>
7+
<Version>3.6.9</Version>
88

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

‎RogueLibsCore/RogueLibs.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ static RogueLibs()
3131
/// </summary>
3232
public const string Name = "RogueLibsCore";
3333

34-
internal const string AssemblyVersion = "3.6.7.0";
34+
internal const string AssemblyVersion = "3.6.9.0";
3535
/// <summary>
3636
/// <para>Version of RogueLibs that the current assembly is compiled with.</para>
3737
/// </summary>
38-
public const string CompiledVersion = "3.6.7";
38+
public const string CompiledVersion = "3.6.9";
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 = "3.6.7";
42+
public const string CompiledSemanticVersion = "3.6.9";
4343
/// <summary>
4444
/// <para>Currently installed and running version of RogueLibs.</para>
4545
/// </summary>

0 commit comments

Comments
 (0)