mirror of
https://github.com/chylex/TweetDuck.git
synced 2025-05-16 08:34:06 +02:00
7 lines
169 B
C#
7 lines
169 B
C#
namespace TweetLib.Core{
|
|
public static class Lib{
|
|
public const string BrandName = "TweetDuck";
|
|
public const string VersionTag = "1.17.4";
|
|
}
|
|
}
|