From 21726f037664256b19987b5cc6fba3ea033c8221 Mon Sep 17 00:00:00 2001 From: Xanathar Date: Mon, 16 May 2016 14:18:17 +0200 Subject: [PATCH] Version 1.6.0.0 --- src/MoonSharp.Interpreter/Script.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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