mirror of
https://gh.wpcy.net/https://github.com/djav1985/v-wordpress-plugin-updater.git
synced 2026-04-26 06:07:35 +08:00
5 lines
91 B
JavaScript
5 lines
91 B
JavaScript
'use strict';
|
|
|
|
const { version } = require('../package.json');
|
|
|
|
exports.version = version;
|