From 2db174155933c6ce79307f7f8de2064385046ce5 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Wed, 8 Jan 2025 14:26:43 -0500 Subject: [PATCH] Back to development Signed-off-by: Edward McFarlane --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 55b678fe..f7811906 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.18.1" +const Version = "1.19.0-dev" // These constants are used in compile-time handshakes with connect's generated // code.