diff options
author | Carson Gross <carson@bigsky.software> | 2023-11-06 18:03:43 -0700 |
---|---|---|
committer | Carson Gross <carson@bigsky.software> | 2023-11-06 18:03:43 -0700 |
commit | 6fe62580e001d10b1d6fe4e27e778c3f23bb2f75 (patch) | |
tree | 2014863987458b047e2978b7ea3b281eb87b4f4d /src/htmx.js | |
parent | 37a864ea0f0dbb520e3eaf4fc4e8f90109b06b6b (diff) | |
download | htmx-6fe62580e001d10b1d6fe4e27e778c3f23bb2f75.tar.gz htmx-6fe62580e001d10b1d6fe4e27e778c3f23bb2f75.zip |
prep 1.9.8 release
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} */ |