1
0
mirror of https://github.com/chylex/Discord-History-Tracker.git synced 2025-07-05 03:38:52 +02:00

Compare commits

..

2 Commits

Author SHA1 Message Date
Bertogim
a7892ba0c7
Merge 6c0e0ff697 into 08dec7deb3 2025-06-17 19:03:52 +00:00
08dec7deb3
Release v47.1 2025-06-17 08:03:49 +02:00

View File

@ -8,5 +8,5 @@ using DHT.Utils;
namespace DHT.Utils;
static class Version {
public const string Tag = "47.0.0.0";
public const string Tag = "47.1.0.0";
}