Files
zoff/server/VERSION.js
2017-12-27 17:47:43 +01:00

6 lines
64 B
JavaScript

VERSION = 3;
try {
module.exports = VERSION;
} catch(e) {}