From 6164fd51d5b66e2899eaf08d3ede90b595f9f4a7 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Wed, 15 Feb 2023 12:58:50 -0800 Subject: [PATCH] Prepare for v1.5.2 --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 48cc8e0b..79edfdbc 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.