From 2972b2dfccb44785176803e32fa0e36f898d0f44 Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Mon, 13 May 2024 19:37:55 -0400 Subject: [PATCH] Prepare for v1.16.2 (#733) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index ecc0f7ce..ea3fef5b 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.17.0-dev" +const Version = "1.16.2" // These constants are used in compile-time handshakes with connect's generated // code.