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

Release 1.18.1

This commit is contained in:
chylex 2019-07-13 19:50:37 +02:00
parent 42a5e72f19
commit 4fdf7fc958

View File

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