Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed May 29, 2024
1 parent 5ba51ae commit 5cbf14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ApiClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace SteamTokenDumper;

internal sealed class ApiClient : IDisposable
{
public const uint Version = 1705255200; // 2024-01-14
public const uint Version = 1716940800; // 2024-05-29

public const string Token = "@STEAMDB_BUILD_TOKEN@";
private const string Endpoint = "https://tokendumper.steamdb.info";
Expand Down

0 comments on commit 5cbf14d

Please sign in to comment.