1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-30 23:34:09 +02:00

Release 1.6.3

This commit is contained in:
chylex 2017-01-28 18:49:23 +01:00
parent 7635af5730
commit 92af85d3bb

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.6.2";
public const string VersionFull = "1.6.2.0";
public const string VersionTag = "1.6.3";
public const string VersionFull = "1.6.3.0";
public static readonly Version Version = new Version(VersionTag);