From 942963c285e5ed55ba5c25cffbe5699c42114873 Mon Sep 17 00:00:00 2001 From: Ben Tranter Date: Wed, 11 Jan 2023 19:10:01 -0500 Subject: [PATCH] release: v0.3.0 --- seatbelt.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seatbelt.go b/seatbelt.go index 97f7a23..a8010ca 100644 --- a/seatbelt.go +++ b/seatbelt.go @@ -23,7 +23,7 @@ import ( ) // Version is the version of the Seatbelt package. -const Version = "v0.2.0" +const Version = "v0.3.0" // ChiPathParamFunc extracts path parameters from the given HTTP request using // the github.com/go-chi/chi router.