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

Release 1.5.1

This commit is contained in:
chylex 2016-11-23 05:03:49 +01:00
parent da597f076f
commit 04cd662d78

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.5";
public const string VersionFull = "1.5.0.0";
public const string VersionTag = "1.5.1";
public const string VersionFull = "1.5.1.0";
public static readonly Version Version = new Version(VersionTag);