From 487d6b685526fe3837f889ee18ec7d970203abf0 Mon Sep 17 00:00:00 2001 From: Pieter Noordhuis Date: Wed, 8 Jan 2025 16:40:23 +0100 Subject: [PATCH] Release CLI v0.238.0 (#144) Manual bump because the bump workflows are not working. --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 1afe8df..e3ace1b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.237.0 +0.238.0 diff --git a/install.sh b/install.sh index 5ec507b..39d6510 100755 --- a/install.sh +++ b/install.sh @@ -3,7 +3,7 @@ # Note: we cannot assume we're running bash and use the set -euo pipefail approach. set -e -VERSION="0.237.0" +VERSION="0.238.0" FILE="databricks_cli_$VERSION" # Include operating system in file name.