From a9601262cefae9662d0a72f65acc34bc53b1274f Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Wed, 7 Feb 2018 19:46:39 +0900 Subject: bump sqlite 3.22.0 closes #526 --- tool/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tool/upgrade.go') diff --git a/tool/upgrade.go b/tool/upgrade.go index 94ed39d..275f915 100644 --- a/tool/upgrade.go +++ b/tool/upgrade.go @@ -29,7 +29,7 @@ func main() { var url string doc.Find("a").Each(func(_ int, s *goquery.Selection) { if url == "" && strings.HasPrefix(s.Text(), "sqlite-amalgamation-") { - url = "https://www.sqlite.org/2017/" + s.Text() + url = "https://www.sqlite.org/2018/" + s.Text() } }) if url == "" { -- cgit v1.2.3