mirror of
https://github.com/chrisnov-it/quantumbotx.git
synced 2026-07-28 19:27:44 +00:00
6 lines
91 B
JavaScript
6 lines
91 B
JavaScript
|
|
'use strict';
|
||
|
|
|
||
|
|
const { version } = require('../package.json');
|
||
|
|
|
||
|
|
exports.version = version;
|