Add beta to version number

This commit is contained in:
Ethan O'Brien 2024-12-10 08:39:36 -06:00
parent 0f9030c686
commit b865862bdb

View File

@ -227,7 +227,7 @@ class EmulatorJS {
return parseInt(rv.join(""));
}
constructor(element, config) {
this.ejs_version = "4.1.1";
this.ejs_version = "4.2.0-beta";
this.extensions = [];
this.initControlVars();
this.debug = (window.EJS_DEBUG_XX === true);