mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-23 09:23:48 +01:00
b2a3ad79f2
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;
|