WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit c72ee1a

Browse files
committed
Update SQLite documentation (3.51.1)
1 parent 03cd3ae commit c72ee1a

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.50.0'
5+
self.release = '3.51.1'
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)