htmx v4, alpha8 (#18)

Reviewed-on: #18
This commit was merged in pull request #18.
This commit is contained in:
2026-03-22 22:21:22 +00:00
parent de75672bb3
commit d4a7e0c9ce
9 changed files with 17 additions and 19 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ open Giraffe.Htmx
/// Test to ensure the version was updated
let version =
test "HtmxVersion is correct" {
Expect.equal HtmxVersion "4.0.0-alpha6" "htmx version incorrect"
Expect.equal HtmxVersion "4.0.0-alpha8" "htmx version incorrect"
}
/// Tests for the HxSwap module