mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Moved versionnumber out to own file instead of defining it two places
This commit is contained in:
5
server/VERSION.js
Normal file
5
server/VERSION.js
Normal file
@@ -0,0 +1,5 @@
|
||||
VERSION = 3;
|
||||
|
||||
try {
|
||||
module.exports = VERSION;
|
||||
} catch(e) {}
|
||||
Reference in New Issue
Block a user