From f4373c860058f7f23e10596285f1059c290f112f Mon Sep 17 00:00:00 2001 From: Joshua Humphries <2035234+jhump@users.noreply.github.com> Date: Fri, 8 Dec 2023 17:23:10 -0500 Subject: [PATCH] Prepare for v1.13.0 (#647) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 4dfc30b6..0f06b15b 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.13.0-dev" +const Version = "1.13.0" // These constants are used in compile-time handshakes with connect's generated // code.