bump version

This commit is contained in:
Don Cote 2021-04-07 10:07:46 -04:00
parent 99e51e1dbd
commit 8cfac9f148

View File

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