Browse Source

Update SQLite documentation (3.17.0)

Thibaut Courouble 8 years ago
parent
commit
77d0864300
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/docs/scrapers/sqlite.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Sqlite < FileScraper
     self.name = 'SQLite'
     self.type = 'sqlite'
-    self.release = '3.16.0'
+    self.release = '3.17.0'
     self.dir = '/Users/Thibaut/DevDocs/Docs/sqlite/'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'