From 5a84393b9a992343d7351a6659ce2c599bf75fe2 Mon Sep 17 00:00:00 2001 From: eng-dev-ecosystem-bot Date: Wed, 12 Feb 2025 20:05:09 +0000 Subject: [PATCH] Release CLI v1.2.3 --- VERSION | 2 +- install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 6b5ba349..0495c4a8 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.241.2 +1.2.3 diff --git a/install.sh b/install.sh index 4dced3a6..79f186b5 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.241.2" +VERSION="1.2.3" FILE="databricks_cli_$VERSION" # Include operating system in file name.