From 923800137104bdf119ceda08d67febb3a0025fd9 Mon Sep 17 00:00:00 2001 From: VIKRAM SINGH Date: Thu, 27 Jul 2023 09:29:46 +0100 Subject: [PATCH] Update version.bzl (#1516) --- version.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.bzl b/version.bzl index 43196e790..b326fc72f 100644 --- a/version.bzl +++ b/version.bzl @@ -1,3 +1,3 @@ # NOTE: If you change the format of this line, you must change the bash command # in /scripts/publish to extract the version string correctly. -DF_VERSION = "2.6.0" +DF_VERSION = "2.6.1"