From d03b7b541f5559f278f1f9d9cd3b5caa89d3af1a Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Thu, 16 Feb 2017 15:56:32 +0900 Subject: [PATCH] update to 2017 --- tool/upgrade.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/upgrade.go b/tool/upgrade.go index adfe363..f93f35c 100644 --- a/tool/upgrade.go +++ b/tool/upgrade.go @@ -28,7 +28,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/2016/" + s.Text() + url = "https://www.sqlite.org/2017/" + s.Text() } }) if url == "" {