1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-11 12:15:44 +02:00

Release 1.24

This commit is contained in:
chylex 2022-09-14 02:19:02 +02:00
parent 0c8159aa79
commit 9953f06ab1
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -6,6 +6,6 @@
namespace TweetDuck {
internal static class Version {
public const string Tag = "1.23";
public const string Tag = "1.24";
}
}