From dd78d5c6f37ca59a87cd0bda7989dce75dce13af Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Sat, 30 Sep 2023 10:06:57 -0400 Subject: [PATCH] chore: bumped version --- transports/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transports/config.go b/transports/config.go index 7bd6d195..bf5e990b 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.12" +const BuxClientVersion = "v0.3.13" const ( // BuxTransportHTTP uses the http transport for all bux server actions