From 589dcf124c58dfa2a3cab35714b1cbf771734a1d Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Tue, 24 Oct 2023 16:55:56 -0400 Subject: [PATCH] Prepare for v1.12.0 (#612) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index eeb95674..a8f965b7 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.12.0-dev" +const Version = "1.12.0" // These constants are used in compile-time handshakes with connect's generated // code.