1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-04-29 11:34:13 +02:00

Release 1.25.4

This commit is contained in:
chylex 2023-05-09 23:03:38 +02:00
parent 23ebd58da0
commit c5a42e74d9
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

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