diff --git a/RuneScapeCacheTools/Cache/Downloader/DownloaderCache.cs b/RuneScapeCacheTools/Cache/Downloader/DownloaderCache.cs index a1749b9..09e9a06 100644 --- a/RuneScapeCacheTools/Cache/Downloader/DownloaderCache.cs +++ b/RuneScapeCacheTools/Cache/Downloader/DownloaderCache.cs @@ -83,7 +83,7 @@ static DownloaderCache() /// If connection states the version is outdated, the will be increased until it is /// accepted. /// - private int TcpMajorVersion { get; set; } = 876; + private int TcpMajorVersion { get; set; } = 877; private object TcpResponseProcessorLock { get; } = new object();