Fix room topic length (#108)

This commit is contained in:
IndeedNotJames
2019-11-17 20:10:02 +01:00
committed by Tulir Asokan
parent bb1d28c755
commit 0fba1db6aa
2 changed files with 17 additions and 1 deletions

View File

@ -28,7 +28,7 @@ type upgrade struct {
fn upgradeFunc
}
const NumberOfUpgrades = 11
const NumberOfUpgrades = 12
var upgrades [NumberOfUpgrades]upgrade