From 8cfac9f148cd5fa450827e7f3eeb3ab2ef87119d Mon Sep 17 00:00:00 2001 From: Don Cote Date: Wed, 7 Apr 2021 10:07:46 -0400 Subject: [PATCH] bump version --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index 33e7a08..9c0de16 100644 --- a/version.go +++ b/version.go @@ -4,5 +4,5 @@ const ( // APIVersion is the version of the RESTful API of DataBricks APIVersion = "2.0" // SdkVersion is the version of this library - SdkVersion = "0.1.3" + SdkVersion = "0.1.4" )