diff --git a/shared/static/scripts/sx-browser.js b/shared/static/scripts/sx-browser.js index ab9d512..072aef3 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-17T17:08:05Z"; + var SX_VERSION = "2026-03-17T17:31:51Z"; function isNil(x) { return x === NIL || x === null || x === undefined; } function isSxTruthy(x) { return x !== false && !isNil(x); }