We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f4000a commit d91407cCopy full SHA for d91407c
1 file changed
ApiClient.cs
@@ -16,7 +16,7 @@ namespace SteamTokenDumper;
16
17
internal sealed class ApiClient : IDisposable
18
{
19
- public const uint Version = 1728691200; // 2024-10-12
+ public const uint Version = 1745798400; // 2025-04-28
20
21
public const string Token = "@STEAMDB_BUILD_TOKEN@";
22
private const string Endpoint = "https://tokendumper.steamdb.info";
0 commit comments