Skip to content

Commit

Permalink
Increase downloader major version
Browse files Browse the repository at this point in the history
  • Loading branch information
villermen committed Feb 3, 2017
1 parent e9a06e6 commit 3202868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RuneScapeCacheTools/Cache/Downloader/DownloaderCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ static DownloaderCache()
/// If connection states the version is outdated, the <see cref="TcpMajorVersion" /> will be increased until it is
/// accepted.
/// </summary>
private int TcpMajorVersion { get; set; } = 876;
private int TcpMajorVersion { get; set; } = 877;

private object TcpResponseProcessorLock { get; } = new object();

Expand Down

0 comments on commit 3202868

Please sign in to comment.