From 7393607d5676744705361fbb71a19e26e88bd241 Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Fri, 27 Jan 2023 11:56:25 -0500 Subject: [PATCH] Bump version --- transports/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/config.go b/transports/config.go index c8e0758..c01c92d 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.2.5" +const BuxClientVersion = "v0.2.6" const ( // BuxTransportHTTP uses the http transport for all bux server actions