Skip to content

Commit 565a68b

Browse files
committed
chore: Prepare v1.1.0 release
1 parent fe7c287 commit 565a68b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Create a simple Kubernetes cluster:
3131
```hcl
3232
module "k8s" {
3333
source = "tibordp/dualstack-k8s/hcloud"
34-
version = "1.0.1"
34+
version = "1.1.0"
3535
3636
name = "k8s"
3737
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
134134
```hcl
135135
module "k8s" {
136136
source = "tibordp/dualstack-k8s/hcloud"
137-
version = "1.0.1"
137+
version = "1.1.0"
138138
139139
...
140140

0 commit comments

Comments
 (0)