From 92af85d3bb5d2a4efbc7788c93c51fb47175e24e Mon Sep 17 00:00:00 2001
From: chylex <contact@chylex.com>
Date: Sat, 28 Jan 2017 18:49:23 +0100
Subject: [PATCH] Release 1.6.3

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

diff --git a/Program.cs b/Program.cs
index fc676ad7..e4537bde 100644
--- a/Program.cs
+++ b/Program.cs
@@ -21,8 +21,8 @@ static class Program{
         public const string BrandName = "TweetDuck";
         public const string Website = "https://tweetduck.chylex.com";
 
-        public const string VersionTag = "1.6.2";
-        public const string VersionFull = "1.6.2.0";
+        public const string VersionTag = "1.6.3";
+        public const string VersionFull = "1.6.3.0";
 
         public static readonly Version Version = new Version(VersionTag);