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

Release 1.18

This commit is contained in:
chylex 2019-05-26 21:29:46 +02:00
parent 544b8664fd
commit 4d8e764211

View File

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