1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-16 08:34:06 +02:00
TweetDuck/lib/TweetLib.Core/Lib.cs

7 lines
169 B
C#

namespace TweetLib.Core{
public static class Lib{
public const string BrandName = "TweetDuck";
public const string VersionTag = "1.17.4";
}
}