From acd06aaa68c9aecf8e76d542d5f6e20f2a58d3b1 Mon Sep 17 00:00:00 2001
From: Thibaut Courouble <thibaut@me.com>
Date: Fri, 10 Nov 2017 11:50:42 -0500
Subject: [PATCH] Update Async documentation (2.6.0)

---
 lib/docs/scrapers/async.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/docs/scrapers/async.rb b/lib/docs/scrapers/async.rb
index fad92975..2969bd01 100644
--- a/lib/docs/scrapers/async.rb
+++ b/lib/docs/scrapers/async.rb
@@ -1,7 +1,7 @@
 module Docs
   class Async < UrlScraper
     self.type = 'async'
-    self.release = '2.5.0'
+    self.release = '2.6.0'
     self.base_url = 'https://caolan.github.io/async/'
     self.root_path = 'docs.html'
     self.links = {