From cf723af5398f0c5dc2cebc9a76be3203530ad9cc Mon Sep 17 00:00:00 2001 From: Relfos Date: Tue, 15 May 2018 12:38:22 +0100 Subject: [PATCH] Updated version number --- NEO-Debugger-Core/Utils/DebuggerUtils.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEO-Debugger-Core/Utils/DebuggerUtils.cs b/NEO-Debugger-Core/Utils/DebuggerUtils.cs index d93bcbe..24b8291 100644 --- a/NEO-Debugger-Core/Utils/DebuggerUtils.cs +++ b/NEO-Debugger-Core/Utils/DebuggerUtils.cs @@ -10,7 +10,7 @@ namespace Neo.Debugger.Core.Utils { public static class DebuggerUtils { - public static string DebuggerVersion = "v1.0"; + public static string DebuggerVersion = "v1.1"; public static DataNode GetArgsListAsNode(string argList) {