From 131bbc8c276ba1bf0eaf8239c8b6fdd510555d46 Mon Sep 17 00:00:00 2001 From: jchadwick-buf <116005195+jchadwick-buf@users.noreply.github.com> Date: Tue, 27 Jun 2023 13:14:24 -0400 Subject: [PATCH] Back to development (#537) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index f210ff6f..e1081a5c 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" +const Version = "1.10.0-dev" // These constants are used in compile-time handshakes with connect's generated // code.