From 09d3b7a14d7ac1b369b11672defbb62ef0df7799 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Wed, 15 Feb 2023 13:49:21 -0800 Subject: [PATCH] Prepare for v1.5.2 (#463) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index cd855887..3ea26a00 100644 --- a/connect.go +++ b/connect.go @@ -32,7 +32,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.5.1" +const Version = "1.5.2" // These constants are used in compile-time handshakes with connect's generated // code.