v2,0.10 #21

Merged
danieljsummers merged 2 commits from v2point10 into main 2026-07-03 23:44:51 +00:00
Showing only changes of commit 4b2112d62a - Show all commits
+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 "2.0.8" "htmx version incorrect"
Expect.equal HtmxVersion "2.0.10" "htmx version incorrect"
}
/// Tests for the HxSwap module