Release v40.0

This commit is contained in:
chylex 2023-12-31 20:18:24 +01:00
parent 37374eeb18
commit ef3e34066a
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

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