From 640e88d9c4ed4ff748e842d4cceecbb9a2988ead Mon Sep 17 00:00:00 2001 From: ross-spencer Date: Tue, 24 Sep 2024 14:57:55 +0200 Subject: [PATCH] Update definitions name to 4.0.0 With the change to 09ca73af it helps to differentiate Wikidata output. We do that here by upping the version number saved to disk. --- pkg/config/wikidata.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/config/wikidata.go b/pkg/config/wikidata.go index a1e7a7e3..feb61495 100644 --- a/pkg/config/wikidata.go +++ b/pkg/config/wikidata.go @@ -106,7 +106,7 @@ var wikidata = struct { gzip: "Q27824060", tar: "Q283579", warc: "Q10287816", - definitions: "wikidata-definitions-3.0.0", + definitions: "wikidata-definitions-4.0.0", endpoint: "https://query.wikidata.org/sparql", filemode: 0644, propPronom: "http://www.wikidata.org/entity/Q35432091",