From b217c79bdeb674e3b5d2f1e5bcffe4fa12f205a9 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Fri, 28 Feb 2025 00:52:33 +0000 Subject: [PATCH] Update the version to 2024.2.2.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 8215eb7..40c0883 100644 --- a/variables.tf +++ b/variables.tf @@ -58,7 +58,7 @@ variable "yb_download_url" { variable "yb_version" { description = "The version number of YugaByteDB to install" - default = "2024.2.1.0" + default = "2024.2.2.0" type = string }