From abbea1c14db21c7de65860ccfb5d75735ffe0104 Mon Sep 17 00:00:00 2001 From: Akshay Shah Date: Mon, 6 Jun 2022 15:18:51 -0700 Subject: [PATCH] Prepare for v0.1.1 (#270) --- connect.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connect.go b/connect.go index 8d9dc729..1788d1a0 100644 --- a/connect.go +++ b/connect.go @@ -29,7 +29,7 @@ import ( ) // Version is the semantic version of the connect module. -const Version = "0.2.0-dev" +const Version = "0.1.1" // These constants are used in compile-time handshakes with connect's generated // code.