version increments

This commit is contained in:
Mikayla Fischler
2024-10-14 13:39:37 -04:00
parent 620fa362f6
commit 7bb49c51c8
4 changed files with 4 additions and 4 deletions

View File

@@ -22,7 +22,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v1.5.9"
local SUPERVISOR_VERSION = "v1.5.10"
local println = util.println
local println_ts = util.println_ts