From ecbcbcaed4fff04c93266d1a9db6aff08904fb4f Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Wed, 24 May 2017 20:31:50 +0200 Subject: [PATCH] Release 1.7.6 --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 4e1b6c1c..5256bb91 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.7.5"; - public const string VersionFull = "1.7.5.0"; + public const string VersionTag = "1.7.6"; + public const string VersionFull = "1.7.6.0"; public static readonly Version Version = new Version(VersionTag); public static readonly bool IsPortable = File.Exists("makeportable");