diff options
Diffstat (limited to 'src/htmx.js')
-rw-r--r-- | src/htmx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htmx.js b/src/htmx.js index 9a8f1098..79a4702e 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -87,7 +87,7 @@ return (function () { sock.binaryType = htmx.config.wsBinaryType; return sock; }, - version: "1.9.7" + version: "1.9.8" }; /** @type {import("./htmx").HtmxInternalApi} */ |