Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
Release 1.14.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chylex committed Jun 29, 2018
1 parent e065983 commit 1a31e69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ static class Program{
public const string BrandName = "TweetDuck";
public const string Website = "https://tweetduck.chylex.com";

public const string VersionTag = "1.14.4";
public const string VersionTag = "1.14.4.1";

public static readonly string ProgramPath = AppDomain.CurrentDomain.BaseDirectory;
public static readonly bool IsPortable = File.Exists(Path.Combine(ProgramPath, "makeportable"));
Expand Down

0 comments on commit 1a31e69

Please sign in to comment.