From 5bcf5a8e21f12e18d646794b6cbb101feb3c51a0 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Wed, 25 Jan 2023 21:05:54 -0800 Subject: [PATCH] Prepare for v1.5.0 --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 9727eccf..25baee11 100644 --- a/connect.go +++ b/connect.go @@ -32,7 +32,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "1.5.0-dev" +const Version = "1.5.0" // These constants are used in compile-time handshakes with connect's generated // code.