From 8fedfcc04e7cacc4afe5b66c1753c4fc20bd6487 Mon Sep 17 00:00:00 2001 From: YugaByte CI Date: Tue, 20 Jun 2023 18:52:34 +0000 Subject: [PATCH] Update the version to 2.19.0.0 --- variables.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variables.tf b/variables.tf index 3eeeca4..0d64620 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.18.0.1" + default = "2.19.0.0" type = string }