Release 11.0.1

This commit is contained in:
Kevin Jahns
2016-04-26 15:34:19 +02:00
parent 918bc334b2
commit 2675f0277c
3 changed files with 3 additions and 3 deletions

View File

@@ -53,7 +53,7 @@ module.exports = function (Y/* :any */) {
this.broadcastedHB = false
this.syncStep2 = Promise.resolve()
this.broadcastOpBuffer = []
this.protocolVersion = 10
this.protocolVersion = 11
}
reconnect () {
}