Skip to content

Commit 24a9cbb

Browse files
committed
Update SQLite documentation (3.50.0)
1 parent de218ca commit 24a9cbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/docs/scrapers/sqlite.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ module Docs
22
class Sqlite < UrlScraper
33
self.name = 'SQLite'
44
self.type = 'sqlite'
5-
self.release = '3.49.1'
5+
self.release = '3.50.0'
66
self.base_url = 'https://sqlite.org/'
77
self.root_path = 'docs.html'
88
self.initial_paths = %w(keyword_index.html)

0 commit comments

Comments
 (0)