Skip to content

Commit 8d9b370

Browse files
committed
build 7.9.1
1 parent 7629bdb commit 8d9b370

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/jsroot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ typeof define === 'function' && define.amd ? define(['exports'], factory) :
88
var _documentCurrentScript = typeof document !== 'undefined' ? document.currentScript : null;
99
/** @summary version id
1010
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
11-
const version_id = '7.9.x',
11+
const version_id = '7.9.1',
1212

1313
/** @summary version date
1414
* @desc Release date in format day/month/year like '14/04/2022' */

0 commit comments

Comments
 (0)