mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-12 15:15:45 +02:00
Release 1.7.3
This commit is contained in:
parent
0f6a93ae8f
commit
37fec7e952
@ -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.2";
|
||||
public const string VersionFull = "1.7.2.0";
|
||||
public const string VersionTag = "1.7.3";
|
||||
public const string VersionFull = "1.7.3.0";
|
||||
|
||||
public static readonly Version Version = new Version(VersionTag);
|
||||
public static readonly bool IsPortable = File.Exists("makeportable");
|
||||
|
Loading…
Reference in New Issue
Block a user