Prevent generating cyclical heirarchy (#930)

* Prevent generating cyclical heirarchy

* Update versioning.js

* update version hash
This commit is contained in:
Alexander James 2023-03-26 09:18:25 -06:00 committed by GitHub
parent 5c0254afd8
commit 87e1a1cee6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -1,7 +1,7 @@
"use strict";
// version and caching control
const version = "1.89.14"; // generator version, update each time
const version = "1.89.15"; // generator version, update each time
{
document.title += " v" + version;