diff --git a/shared/static/scripts/sx-browser.js b/shared/static/scripts/sx-browser.js index a741552..17350d7 100644 --- a/shared/static/scripts/sx-browser.js +++ b/shared/static/scripts/sx-browser.js @@ -14,7 +14,7 @@ // ========================================================================= var NIL = Object.freeze({ _nil: true, toString: function() { return "nil"; } }); - var SX_VERSION = "2026-03-15T00:27:14Z"; + var SX_VERSION = "2026-03-15T00:53:02Z"; function isNil(x) { return x === NIL || x === null || x === undefined; } function isSxTruthy(x) { return x !== false && !isNil(x); }