From ecb4ac9c0091a118d55c94fcfe9ceee4e6d7454f Mon Sep 17 00:00:00 2001 From: brawndou <112038567+brawndou@users.noreply.github.com> Date: Wed, 29 Mar 2023 21:14:12 -0700 Subject: [PATCH] Update version.go (#216) Release of 4.1.7 Changes: - update go-statsd-client to v5 (#194) --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 7d6b2abd..9faaf058 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package tally // Version is the current version of the library. -const Version = "4.1.6" +const Version = "4.1.7"