databricks-sdk-golang/version.go
2021-06-29 12:32:57 -04:00

9 lines
181 B
Go

package databricks
const (
// APIVersion is the version of the RESTful API of DataBricks
APIVersion = "2.0"
// SdkVersion is the version of this library
SdkVersion = "0.1.5"
)