Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterIO02 committed Sep 3, 2023
1 parent c3a81a2 commit ba68fd5
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 @@ -4,7 +4,7 @@ const dataProcessor = require("./dataProcessor")
const config = require(process.cwd() + "/config.json")
const { isRendering, abortRender } = require("./danserHandler")
const { exit } = require("./util")
const version = 22
const version = 23
let ioClient

var socketUrl
Expand Down

0 comments on commit ba68fd5

Please sign in to comment.