Bump version number

This commit is contained in:
calzoneman 2015-07-06 11:16:02 -07:00
parent 44f1091952
commit 87c1112508
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
const VERSION = "3.7.1";
const VERSION = require("../package.json").version;
var singleton = null;
var Config = require("./config");

View File

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.7.1",
"version": "3.8.0",
"repository": {
"url": "http://github.com/calzoneman/sync"
},