mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-17 01:16:27 +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;
|