From dee5546f0eb990ba8eb325ea3654c1f66598c532 Mon Sep 17 00:00:00 2001 From: Alexander Petros Date: Sat, 13 Jan 2024 13:43:51 -0500 Subject: [PATCH] Increment version to 2.0a --- src/htmx.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/htmx.js b/src/htmx.js index 9794df4c..19efd975 100644 --- a/src/htmx.js +++ b/src/htmx.js @@ -71,7 +71,7 @@ var htmx = (function() { }, parseInterval, _: internalEval, - version: '1.9.10' + version: '2.0a' } /** @type {import("./htmx").HtmxInternalApi} */