From 9005c72717d5fc424487804936825a36179c01f2 Mon Sep 17 00:00:00 2001 From: Fabian Wetzel Date: Thu, 30 Mar 2017 20:40:20 +0200 Subject: [PATCH] this is now version 0.1.4 --- adrilight/MainForm.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adrilight/MainForm.cs b/adrilight/MainForm.cs index 796cb96..88f01ed 100644 --- a/adrilight/MainForm.cs +++ b/adrilight/MainForm.cs @@ -19,7 +19,7 @@ namespace adrilight { public partial class MainForm : Form { - private const string CURRENT_VERSION = "0.1.3-alpha"; + private const string CURRENT_VERSION = "0.1.4"; private readonly ILogger _log = LogManager.GetCurrentClassLogger();