From 6c4cd8ec602165ff8ae987b73fdc749eedcd4f69 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Mon, 1 Aug 2022 11:41:30 -0700 Subject: [PATCH] Prepare for v0.3.0 (#332) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 72e72db7..bd27c793 100644 --- a/connect.go +++ b/connect.go @@ -29,7 +29,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "0.3.0-dev" +const Version = "0.3.0" // These constants are used in compile-time handshakes with connect's generated // code.