From 7d91caf7f0e208729cab3e0b69b9d79878377739 Mon Sep 17 00:00:00 2001 From: Ben Tranter Date: Sun, 18 Jun 2023 11:08:09 -0400 Subject: [PATCH] seatbelt: prepare to release v0.3.2 --- seatbelt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seatbelt.go b/seatbelt.go index 34255f8..2ad35e0 100644 --- a/seatbelt.go +++ b/seatbelt.go @@ -24,7 +24,7 @@ import ( ) // Version is the version of the Seatbelt package. -const Version = "v0.3.1" +const Version = "v0.3.2" // ChiPathParamFunc extracts path parameters from the given HTTP request using // the github.com/go-chi/chi router.