From 556c613f6b14a938ca4b0a83c9ba2035a73ec22f Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Wed, 28 Jun 2023 07:39:02 -0400 Subject: [PATCH] Bumped version --- transports/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/config.go b/transports/config.go index 3ea9a41b..b2e9e9f0 100644 --- a/transports/config.go +++ b/transports/config.go @@ -9,7 +9,7 @@ type TransportType string const BuxUserAgent = "BUX: go-client " + BuxClientVersion // BuxClientVersion is the version of the client -const BuxClientVersion = "v0.3.4" +const BuxClientVersion = "v0.3.5" const ( // BuxTransportHTTP uses the http transport for all bux server actions