From 616bf329f7e5f1484eafaef549d1310bf43fef91 Mon Sep 17 00:00:00 2001 From: Josh Humphries <2035234+jhump@users.noreply.github.com> Date: Thu, 19 Sep 2024 17:40:51 -0400 Subject: [PATCH] prepare for release Signed-off-by: Josh Humphries <2035234+jhump@users.noreply.github.com> --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index ecc0f7ce..63ad7bd7 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.17.0-dev" +const Version = "1.17.0" // These constants are used in compile-time handshakes with connect's generated // code.