diff --git a/variables.tf b/variables.tf index d233bcf..de84ad2 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 = "2.20.0.1" + default = "2.20.0.2" type = string }