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