From 4b2112d62aaa7f64eb19ca029ff2810be9f0ba2f Mon Sep 17 00:00:00 2001 From: "Daniel J. Summers" Date: Fri, 3 Jul 2026 19:40:55 -0400 Subject: [PATCH] Update version number in tests --- src/Tests/Common.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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