Release v36.1 (beta)

This commit is contained in:
chylex 2022-06-03 19:32:52 +02:00
parent 73f4c70325
commit c9bb46c8c7
No known key found for this signature in database
GPG Key ID: 4DE42C8F19A80548

View File

@ -7,6 +7,6 @@ using DHT.Utils;
namespace DHT.Utils {
static class Version {
public const string Tag = "36.0.0.0";
public const string Tag = "36.1.0.0";
}
}