Przeglądaj źródła

Update RethinkDB documentation (2.1.2)

Thibaut 10 lat temu
rodzic
commit
df597d11d5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/docs/scrapers/rethinkdb.rb

+ 1 - 1
lib/docs/scrapers/rethinkdb.rb

@@ -2,7 +2,7 @@ module Docs
   class Rethinkdb < UrlScraper
     self.name = 'RethinkDB'
     self.type = 'rethinkdb'
-    self.version = '2.0.3'
+    self.version = '2.1.2'
     self.base_url = 'http://rethinkdb.com/api/javascript/'
     self.links = {
       home: 'http://rethinkdb.com/',