소스 검색

Update SQLite documentation (3.45.1)

Simon Legner 1 년 전
부모
커밋
eae6ed14d3
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/docs/scrapers/sqlite.rb

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

@@ -2,7 +2,7 @@ module Docs
   class Sqlite < UrlScraper
     self.name = 'SQLite'
     self.type = 'sqlite'
-    self.release = '3.44.2'
+    self.release = '3.45.1'
     self.base_url = 'https://sqlite.org/'
     self.root_path = 'docs.html'
     self.initial_paths = %w(keyword_index.html)