use TXN_TAGS for consistency

This commit is contained in:
Mikayla Fischler
2022-06-04 11:17:54 -04:00
parent 5cba8ff9f1
commit 1242c5a81c
6 changed files with 11 additions and 11 deletions

View File

@@ -13,7 +13,7 @@ local svsessions = require("supervisor.session.svsessions")
local config = require("supervisor.config")
local supervisor = require("supervisor.supervisor")
local SUPERVISOR_VERSION = "beta-v0.4.5"
local SUPERVISOR_VERSION = "beta-v0.4.6"
local print = util.print
local println = util.println