From 01feea1e8ec720096589f6183b06fda053ca4211 Mon Sep 17 00:00:00 2001 From: Edward McFarlane <3036610+emcfarlane@users.noreply.github.com> Date: Fri, 22 Dec 2023 17:33:33 +0100 Subject: [PATCH] Prepare for v1.14.0 release (#661) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 7f8c20fa..388f8117 100644 --- a/connect.go +++ b/connect.go @@ -33,7 +33,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.14.0-dev" +const Version = "1.14.0" // These constants are used in compile-time handshakes with connect's generated // code.