1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-11 20:34:07 +02:00

Release 1.8.7

This commit is contained in:
chylex 2017-08-21 14:32:15 +02:00
parent 68dca6e3d9
commit a3a52e0a1c

View File

@ -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.8.6";
public const string VersionFull = "1.8.6";
public const string VersionTag = "1.8.7";
public const string VersionFull = "1.8.7";
public static readonly Version Version = new Version(VersionTag);
public static readonly bool IsPortable = File.Exists("makeportable");