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