#257 tick supervisor version to force installers to re-pull graphics

This commit is contained in:
Mikayla Fischler 2023-06-07 21:42:21 -04:00
parent 775ffc8094
commit 8b926a0978
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -20,7 +20,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.17.6"
local SUPERVISOR_VERSION = "v0.17.7"
local println = util.println
local println_ts = util.println_ts