We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d53e8 commit 21726f0Copy full SHA for 21726f0
1 file changed
src/MoonSharp.Interpreter/Script.cs
@@ -22,7 +22,7 @@ public class Script : IScriptPrivateResource
22
/// <summary>
23
/// The version of the MoonSharp engine
24
/// </summary>
25
- public const string VERSION = "1.5.0.0";
+ public const string VERSION = "1.6.0.0";
26
27
28
/// The Lua version being supported
0 commit comments