5 lines
48 B
JavaScript
5 lines
48 B
JavaScript
|
const VERSION = "10.4.1";
|
||
|
export {
|
||
|
VERSION
|
||
|
};
|