1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-23 12:15:48 +02:00

Release 1.8

This commit is contained in:
chylex 2017-06-16 19:56:57 +02:00
parent 20c76d06f7
commit fb13695ca5

View File

@ -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");