From a358d8a8cbc41f88c661174e4c4cedc6f92e1368 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Wed, 20 Nov 2024 20:35:45 +0000 Subject: [PATCH] Update the version to 2024.1.3.1 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index f73bd64..34c3a21 100644 --- a/variables.tf +++ b/variables.tf @@ -113,7 +113,7 @@ variable "yb_download_url" { variable "yb_version" { description = "The version number of YugaByteDB to install" - default = "2024.1.3.0" + default = "2024.1.3.1" type = string }