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" )