This commit is contained in:
2024-10-13 22:59:09 +02:00
parent 63fb7f8f73
commit e426efb80f
107 changed files with 20616 additions and 5533 deletions

View File

@@ -0,0 +1,9 @@
// Upon any change to this file update 'import ... from 'version.js?v=0'' with a newer version number.
// In all files importing this file.
let version = 'undefined';
function setVersion(value) {
version = value;
}
export { version, setVersion };