From 5f230fcf1cbd0ecd027d057c23cdbe149ca91c33 Mon Sep 17 00:00:00 2001 From: Nicolas Casajus Date: Tue, 19 Sep 2023 11:10:33 +0200 Subject: [PATCH] feat: new database version --- R/database.R | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/R/database.R b/R/database.R index e33c822..42520bc 100644 --- a/R/database.R +++ b/R/database.R @@ -6,7 +6,7 @@ #' #' @noRd -forcis_db_version <- function() "v04_26072023" +forcis_db_version <- function() "v05_14092023" @@ -18,7 +18,7 @@ forcis_db_version <- function() "v04_26072023" #' #' @noRd -forcis_db_url <- function() "https://zenodo.org/record/8186736/files/" +forcis_db_url <- function() "https://zenodo.org/record/8345072/files/"