mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-04-23 21:15:49 +02:00
Release 1.8.5
This commit is contained in:
parent
76408ea56f
commit
775f590bfa
@ -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.4.1";
|
||||
public const string VersionFull = "1.8.4.1";
|
||||
public const string VersionTag = "1.8.5";
|
||||
public const string VersionFull = "1.8.5.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