From 3f28f18fb4ad3b2a79e34f6d0689fe0fc492f3e2 Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Tue, 1 Aug 2017 17:11:34 +0200
Subject: [PATCH] Release 1.8.4.1

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

diff --git a/Program.cs b/Program.cs
index 5fbb8228..7e833294 100644
--- a/Program.cs
+++ b/Program.cs
@@ -22,8 +22,8 @@ static class Program{
         public const string BrandName = "TweetDuck";
         public const string Website = "https://tweetduck.chylex.com";
 
-        public const string VersionTag = "1.8.4";
-        public const string VersionFull = "1.8.4";
+        public const string VersionTag = "1.8.4.1";
+        public const string VersionFull = "1.8.4.1";
 
         public static readonly Version Version = new Version(VersionTag);
         public static readonly bool IsPortable = File.Exists("makeportable");