From 406663218064eeb5f4a7c70f7fff60b0d63c7b74 Mon Sep 17 00:00:00 2001 From: Dimitri <36767102+dim-ops@users.noreply.github.com> Date: Mon, 3 Apr 2023 18:39:10 +0200 Subject: [PATCH] chore(docs): update release version in readme (#353) A new release has been published two weeks ago, I update the readme. Co-authored-by: Dimitri GRISARD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbd2a3244..10118fac8 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ The Databricks SDK for Go includes functionality to accelerate development with go 1.18 - require github.com/databricks/databricks-sdk-go v0.4.0 + require github.com/databricks/databricks-sdk-go v0.5.0 // Indirect dependencies will go here. ```