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:
@@ -1,4 +1,4 @@
|
||||
VERSION = 3;
|
||||
VERSION = require('./VERSION.js');
|
||||
|
||||
var server;
|
||||
var add = "";
|
||||
|
||||
Reference in New Issue
Block a user