From 2b453761832625ab99b43adf8a26c8c0656ee784 Mon Sep 17 00:00:00 2001 From: Sergey Linev Date: Fri, 19 Jul 2024 13:43:11 +0200 Subject: [PATCH] Date --- build/jsroot.js | 2 +- modules/core.mjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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}