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

Release 1.18.3

This commit is contained in:
chylex 2020-02-16 18:04:21 +01:00
parent 762aea1e20
commit 980bf2c307

View File

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