Skip to content

Commit 862a30e

Browse files
committed
[Update] Version number
1 parent b8622c4 commit 862a30e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RL2.ModLoader/ModLoader.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public partial class ModLoader
1616
/// <summary>
1717
/// <see href="SemVersion"/> object representing the modloaders version
1818
/// </summary>
19-
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 2);
19+
public static readonly SemVersion ModLoaderVersion = new SemVersion(1, 0, 3);
2020

2121
/// <summary>
2222
/// Path to directory containing all mods

0 commit comments

Comments
 (0)