From 39e31d99613f2e75a55b28e56b738dad5835bb29 Mon Sep 17 00:00:00 2001 From: jchadwick-buf <116005195+jchadwick-buf@users.noreply.github.com> Date: Tue, 27 Jun 2023 12:48:18 -0400 Subject: [PATCH] Prepare for v1.9.0 (#534) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 27d3b3ac..32ef7d71 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.9.0-dev" +const Version = "1.9.0" // These constants are used in compile-time handshakes with connect's generated // code.