From 643a7a87aab815f7e2f7f406d0b94347752c8afa Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 12 Aug 2017 23:39:41 +0200
Subject: [PATCH] Release 1.8.6

---
 Program.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Program.cs b/Program.cs
index d4d3c416..f99f72b3 100644
--- a/Program.cs
+++ b/Program.cs
@@ -20,8 +20,8 @@ static class Program{
         public const string BrandName = "TweetDuck";
         public const string Website = "https://tweetduck.chylex.com";
 
-        public const string VersionTag = "1.8.5.1";
-        public const string VersionFull = "1.8.5.1";
+        public const string VersionTag = "1.8.6";
+        public const string VersionFull = "1.8.6";
 
         public static readonly Version Version = new Version(VersionTag);
         public static readonly bool IsPortable = File.Exists("makeportable");