Forráskód Böngészése

Update SQLite documentation (3.36.0)

Simon Legner 4 éve
szülő
commit
4cbcc6f308
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.35.0'
+    self.release = '3.36.0'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'
     self.initial_paths = %w(keyword_index.html)