Move version out of config.js

We now store this in a file called VERSION inside the tarball
itself.
This commit is contained in:
Girish Ramakrishnan
2018-10-27 10:53:47 -07:00
parent 7ad069fd94
commit 2688a57d46
10 changed files with 15 additions and 18 deletions

View File

@@ -32,7 +32,6 @@ const DOMAIN_0 = {
function setup(done) {
config._reset();
config.setFqdn(DOMAIN_0.domain);
config._setVersion('1.2.3');
async.series([
server.start,