mirror of
https://github.com/webxoss/webxoss-core.git
synced 2024-11-20 06:49:53 +01:00
Update version
This commit is contained in:
parent
c5fe40d77c
commit
53ffb56a08
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
function RoomManager (cfg) {
|
||||
this.VERSION = 65;
|
||||
this.VERSION = 66;
|
||||
|
||||
this.MAX_ROOMS = cfg.MAX_ROOMS;
|
||||
this.MAX_CLIENTS = cfg.MAX_CLIENTS;
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 6a4a5702cd6acbd65ca17666c3bb1de6302f512f
|
||||
Subproject commit f45004945ee94c59d5c40da60ff771010ef637b5
|
Loading…
Reference in a new issue