From b7154a8e704a8b0598798c4f2f789add64d2a41c Mon Sep 17 00:00:00 2001 From: Tibor Djurica Potpara Date: Fri, 6 Aug 2021 17:26:31 +0200 Subject: [PATCH] chore: Prepare v0.6.4 release --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 260826b..0719a90 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 = "0.6.3" + version = "0.6.4" name = "k8s" hcloud_ssh_key = hcloud_ssh_key.key.id @@ -119,7 +119,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 = "0.6.3" + version = "0.6.4" ...