From 4f612712d43304c9947822cfa759d0c9c4793c13 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Tue, 4 Jun 2024 18:07:11 +0000 Subject: [PATCH] Update the version to 2024.1.0.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 7ba7a0f..a7521bc 100644 --- a/variables.tf +++ b/variables.tf @@ -56,7 +56,7 @@ variable "yb_download_url" { variable "yb_version" { description = "The version number of YugaByteDB to install" - default = "2.21.0.1" + default = "2024.1.0.0" type = string }