From fb13695ca5344c84e21d4f73e0adad930d445b6b Mon Sep 17 00:00:00 2001 From: chylex <contact@chylex.com> Date: Fri, 16 Jun 2017 19:56:57 +0200 Subject: [PATCH] Release 1.8 --- Program.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Program.cs b/Program.cs index 29bcf9fe..20ae2203 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.7"; - public const string VersionFull = "1.7.7.0"; + public const string VersionTag = "1.8"; + public const string VersionFull = "1.8.0.0"; public static readonly Version Version = new Version(VersionTag); public static readonly bool IsPortable = File.Exists("makeportable");