diff --git a/build/jsroot.js b/build/jsroot.js index 77c8a591f..98d50aeef 100644 --- a/build/jsroot.js +++ b/build/jsroot.js @@ -11,7 +11,7 @@ const version_id = 'dev', /** @summary version date * @desc Release date in format day/month/year like '14/04/2022' */ -version_date = '18/07/2024', +version_date = '19/07/2024', /** @summary version id and date * @desc Produced by concatenation of {@link version_id} and {@link version_date} diff --git a/modules/core.mjs b/modules/core.mjs index d796f9846..34534e009 100644 --- a/modules/core.mjs +++ b/modules/core.mjs @@ -4,7 +4,7 @@ const version_id = 'dev', /** @summary version date * @desc Release date in format day/month/year like '14/04/2022' */ -version_date = '18/07/2024', +version_date = '19/07/2024', /** @summary version id and date * @desc Produced by concatenation of {@link version_id} and {@link version_date}