adjusted TCD unserviced call delay

This commit is contained in:
Mikayla Fischler
2022-10-25 13:30:41 -04:00
parent b2be3ef5fc
commit 57bac57e3f
2 changed files with 5 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ local config = require("coordinator.config")
local coordinator = require("coordinator.coordinator")
local renderer = require("coordinator.renderer")
local COORDINATOR_VERSION = "alpha-v0.5.10"
local COORDINATOR_VERSION = "alpha-v0.5.11"
local print = util.print
local println = util.println