From f55bdb27fc559c2421b4a879316279a11cf2cee0 Mon Sep 17 00:00:00 2001 From: Edward McFarlane Date: Tue, 7 Jan 2025 14:59:15 -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 cbd2a24d..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.0" +const Version = "1.19.0-dev" // These constants are used in compile-time handshakes with connect's generated // code.