diff --git a/README.md b/README.md index 84ce0d02..ba2104aa 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Basic usage of this module is as follows: ```hcl module "bigquery" { source = "terraform-google-modules/bigquery/google" - version = "~> 4.0" + version = "~> 4.1" dataset_id = "foo" dataset_name = "foo"