From d7f8366116b58b542e746ec3443287353313b81a Mon Sep 17 00:00:00 2001 From: Prakhar <47050738+prakhar-j@users.noreply.github.com> Date: Wed, 15 Dec 2021 15:10:11 +0530 Subject: [PATCH] Version bump --- fc/constants.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fc/constants.go b/fc/constants.go index a495e72..a493e0f 100644 --- a/fc/constants.go +++ b/fc/constants.go @@ -1,7 +1,7 @@ package fullcontact const ( - version = "1.3.0" + version = "1.4.0" userAgent = "FullContact_Go_Client_V" + version FcApiKey = "FC_API_KEY" FCGoClientTestType = "FCGoClientTestType"