#293 fixed race condition with graphics element IDs

This commit is contained in:
Mikayla Fischler
2023-07-19 11:27:33 -04:00
parent 681bb0963e
commit def02a94d2
6 changed files with 18 additions and 10 deletions

View File

@@ -22,7 +22,7 @@ local sounder = require("coordinator.sounder")
local apisessions = require("coordinator.session.apisessions")
local COORDINATOR_VERSION = "v0.21.1"
local COORDINATOR_VERSION = "v0.21.2"
local println = util.println
local println_ts = util.println_ts