Make config.setVersion hidden

This commit is contained in:
Girish Ramakrishnan
2018-10-27 10:44:21 -07:00
parent 06d043dac4
commit 7ad069fd94
5 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ var token = null;
function setup(done) {
config._reset();
config.setVersion('1.2.3');
config._setVersion('1.2.3');
async.series([
server.start,