From 565a68b6d0f0a6cebc497397e91b72c11f0fc06c Mon Sep 17 00:00:00 2001 From: Tibor Djurica Potpara Date: Sat, 1 Oct 2022 16:37:03 +0100 Subject: [PATCH] chore: Prepare v1.1.0 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1192526..f08e741 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Create a simple Kubernetes cluster: ```hcl module "k8s" { source = "tibordp/dualstack-k8s/hcloud" - version = "1.0.1" + version = "1.1.0" name = "k8s" hcloud_ssh_key = hcloud_ssh_key.key.id @@ -134,7 +134,7 @@ First master node is special in that it is used by the provisioning process (e.g ```hcl module "k8s" { source = "tibordp/dualstack-k8s/hcloud" - version = "1.0.1" + version = "1.1.0" ...