From 879f3e8a44d8cdfa443c6a37ba9d087c4a398363 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Mon, 24 Jul 2023 09:38:21 -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 e06a8e81..8db13f0a 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.7" +const BuxClientVersion = "v0.3.8" const ( // BuxTransportHTTP uses the http transport for all bux server actions