Skip to content

Commit

Permalink
New dev cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
linev committed Nov 11, 2024
1 parent 7353a5f commit b4a1758
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/core.mjs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @summary version id
* @desc For the JSROOT release the string in format 'major.minor.patch' like '7.0.0' */
const version_id = '7.8.0',
const version_id = 'dev',

/** @summary version date
* @desc Release date in format day/month/year like '14/04/2022' */
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsroot",
"version": "7.8.0",
"version": "7.8.99",
"engines": {
"node": ">= 0.18.0"
},
Expand Down

0 comments on commit b4a1758

Please sign in to comment.