We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8622c4 commit 862a30eCopy full SHA for 862a30e
RL2.ModLoader/ModLoader.cs
@@ -16,7 +16,7 @@ public partial class ModLoader
16
/// <summary>
17
/// <see href="SemVersion"/> object representing the modloaders version
18
/// </summary>
19
- public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 2);
+ public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 3);
20
21
22
/// Path to directory containing all mods
0 commit comments