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