#186 fixed bug with facility update returning, improved damage status message

This commit is contained in:
Mikayla Fischler
2023-03-04 13:38:41 -05:00
parent be8e8d767c
commit 8c236eca85
5 changed files with 23 additions and 11 deletions

View File

@@ -14,7 +14,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "v0.13.8"
local SUPERVISOR_VERSION = "v0.13.9"
local print = util.print
local println = util.println