Update version number in tests

This commit is contained in:
2026-07-03 19:40:55 -04:00
parent a3f16f5087
commit 4b2112d62a
+1 -1
View File
@@ -6,7 +6,7 @@ open Giraffe.Htmx
/// Test to ensure the version was updated /// Test to ensure the version was updated
let version = let version =
test "HtmxVersion is correct" { 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 /// Tests for the HxSwap module