5 lines
47 B
JavaScript
5 lines
47 B
JavaScript
|
const VERSION = "9.2.1";
|
||
|
export {
|
||
|
VERSION
|
||
|
};
|