From a34a5fbe209dd83cb43894079f866cf5ff71179f Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Wed, 1 Feb 2023 13:26:05 -0800 Subject: [PATCH] Prepare for v1.5.1 (#448) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 5d4ffd0e..cd855887 100644 --- a/connect.go +++ b/connect.go @@ -32,7 +32,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.6.0-dev" +const Version = "1.5.1" // These constants are used in compile-time handshakes with connect's generated // code.