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

Release 1.8.4

This commit is contained in:
chylex 2017-08-01 15:07:03 +02:00
parent 77e656d8e4
commit 63b58b1cfe

View File

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