From 335cf7288fa84090dd8bda3c44df05a0606b23b7 Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 20 Dec 2024 11:59:54 -0500 Subject: [PATCH] bump to next version: 6.6 #11075 --- doc/release-notes/11075-ror.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/release-notes/11075-ror.md b/doc/release-notes/11075-ror.md index 711488ed8cb..0f2460b8df9 100644 --- a/doc/release-notes/11075-ror.md +++ b/doc/release-notes/11075-ror.md @@ -9,7 +9,7 @@ ROR (Research Organization Registry) has been added as an Author Identifier Type These changes reflect incremental improvements made to the handling of core metadata fields. ```shell -wget https://raw.githubusercontent.com/IQSS/dataverse/v6.4/scripts/api/data/metadatablocks/citation.tsv +wget https://raw.githubusercontent.com/IQSS/dataverse/v6.6/scripts/api/data/metadatablocks/citation.tsv curl http://localhost:8080/api/admin/datasetfield/load -H "Content-type: text/tab-separated-values" -X POST --upload-file citation.tsv ```