diff --git a/shared/static/scripts/sx-browser.js b/shared/static/scripts/sx-browser.js index b7ace62..6c50481 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-15T10:01:33Z"; + var SX_VERSION = "2026-03-15T10:33:33Z"; function isNil(x) { return x === NIL || x === null || x === undefined; } function isSxTruthy(x) { return x !== false && !isNil(x); }