From 495b8810f4ab7fe3720eb3310cfcab570df06151 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Wed, 26 Jul 2023 09:52:03 -0700 Subject: [PATCH] Prepare for v1.10.0 (#551) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 8c6adbd4..bd978cc1 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.10.0-dev" +const Version = "1.10.0" // These constants are used in compile-time handshakes with connect's generated // code.