diff --git a/src/Tests/Common.fs b/src/Tests/Common.fs index 959596c..83a85ec 100644 --- a/src/Tests/Common.fs +++ b/src/Tests/Common.fs @@ -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