From c31586a84edce92a9e8d3d6bb99d27487b082cae Mon Sep 17 00:00:00 2001 From: mrz1836 Date: Mon, 14 Nov 2022 10:46:51 -0500 Subject: [PATCH] Bumped version --- config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.go b/config.go index ab69bcb..8edefb7 100644 --- a/config.go +++ b/config.go @@ -5,7 +5,7 @@ import "strings" const ( // version is the current package version - version = "v0.3.1" + version = "v0.4.0" // defaultUserAgent is the default user agent for all requests defaultUserAgent string = "go-bsvrates: " + version