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

Release 1.18.2

This commit is contained in:
chylex 2019-10-23 02:26:53 +02:00
parent 318f65f187
commit a369c65451

View File

@ -4,7 +4,7 @@
namespace TweetLib.Core{
public static class Lib{
public const string BrandName = "TweetDuck";
public const string VersionTag = "1.18.1";
public const string VersionTag = "1.18.2";
public static CultureInfo Culture { get; private set; }