Files
zoff/server/VERSION.js
2018-03-13 12:39:24 +01:00

6 lines
64 B
JavaScript

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