diff --git a/src/MoonSharp.Interpreter/Script.cs b/src/MoonSharp.Interpreter/Script.cs index 86f77969..ab3d3e71 100644 --- a/src/MoonSharp.Interpreter/Script.cs +++ b/src/MoonSharp.Interpreter/Script.cs @@ -22,7 +22,7 @@ public class Script : IScriptPrivateResource /// /// The version of the MoonSharp engine /// - public const string VERSION = "1.5.0.0"; + public const string VERSION = "1.6.0.0"; /// /// The Lua version being supported