From bbb298c5719156dcfff740f59bf9f0e97eca1b2d Mon Sep 17 00:00:00 2001 From: Matthew Davey Date: Wed, 15 Feb 2017 12:28:28 -0500 Subject: [PATCH] Bump Version Number --- Plugins/Editor/VSCode.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Editor/VSCode.cs b/Plugins/Editor/VSCode.cs index 31a63c4..664503a 100644 --- a/Plugins/Editor/VSCode.cs +++ b/Plugins/Editor/VSCode.cs @@ -4,7 +4,7 @@ * Seamless support for Microsoft Visual Studio Code in Unity * * Version: - * 2.7 + * 2.8 * * Authors: * Matthew Davey @@ -23,7 +23,7 @@ public static class VSCode /// /// Current Version Number /// - public const float Version = 2.7f; + public const float Version = 2.8f; /// /// Current Version Code