Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIO02 committed Mar 19, 2022
1 parent 1f43e49 commit 7a6f73b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const fs = require("fs")
const dataProcessor = require("./dataProcessor")
const config = require(process.cwd() + "/config.json")
const { isRendering, abortRender } = require("./danserHandler")
const version = 15
const version = 16
let ioClient

var socketUrl
Expand Down

0 comments on commit 7a6f73b

Please sign in to comment.