mirror of
https://github.com/kokonect-link/cherrypick
synced 2024-11-02 16:15:57 +09:00
6ba1035b69
Closes #1168, #1169
8 lines
101 B
TypeScript
8 lines
101 B
TypeScript
/**
|
|
* Version
|
|
*/
|
|
|
|
const meta = require('../version.json');
|
|
|
|
export default meta.version as string;
|