diff --git a/examples/bootstrap/README.md b/examples/bootstrap/README.md
index 061f534..df37d3d 100644
--- a/examples/bootstrap/README.md
+++ b/examples/bootstrap/README.md
@@ -41,7 +41,7 @@ terraform destroy
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [azs](#input\_azs) | List of exactly two availability zones in the currently configured AWS region.
A private subnet and a public subnet is created in each of these availability zones.
Each cluster node is launched in one of the private subnets.
If null, then the first two availability zones in the currently configured AWS region is used. | `list(string)` | `null` | no |
-| [cluster\_version](#input\_cluster\_version) | Cluster version | `string` | `"1.29"` | no |
+| [cluster\_version](#input\_cluster\_version) | Cluster version | `string` | `"1.30"` | no |
| [name\_prefix](#input\_name\_prefix) | Used as a prefix for the 'Name' tag for each created resource.
If null, then a random name 'xrd-terraform-[0-9a-z]{8}' is used. | `string` | `null` | no |
## Outputs