diff --git a/NeosModLoader/ModLoader.cs b/NeosModLoader/ModLoader.cs
index fd7b12a..9d99dfc 100644
--- a/NeosModLoader/ModLoader.cs
+++ b/NeosModLoader/ModLoader.cs
@@ -12,7 +12,7 @@ public class ModLoader
///
/// NeosModLoader's version
///
- public static readonly string VERSION = "1.10.0";
+ public static readonly string VERSION = "1.10.1";
private static readonly Type NEOS_MOD_TYPE = typeof(NeosMod);
private static readonly List LoadedMods = new(); // used for mod enumeration
internal static readonly Dictionary AssemblyLookupMap = new(); // used for logging
diff --git a/NeosModLoader/Properties/AssemblyInfo.cs b/NeosModLoader/Properties/AssemblyInfo.cs
index c29feb7..28f6081 100644
--- a/NeosModLoader/Properties/AssemblyInfo.cs
+++ b/NeosModLoader/Properties/AssemblyInfo.cs
@@ -31,5 +31,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
-[assembly: AssemblyVersion("1.10.0.0")]
-[assembly: AssemblyFileVersion("1.10.0.0")]
+[assembly: AssemblyVersion("1.10.1.0")]
+[assembly: AssemblyFileVersion("1.10.1.0")]