mirror of
https://github.com/misskey-dev/misskey.git
synced 2024-11-30 03:53:03 +01:00
6ba1035b69
Closes #1168, #1169
7 lines
101 B
TypeScript
7 lines
101 B
TypeScript
/**
|
|
* Version
|
|
*/
|
|
|
|
const meta = require('../version.json');
|
|
|
|
export default meta.version as string;
|