Skip to content

Commit

Permalink
feat: Prepare v1.0.0 release 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
tibordp committed May 21, 2022
1 parent 7df1fb2 commit 0a3bc05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Create a simple Kubernetes cluster:
```hcl
module "k8s" {
source = "tibordp/dualstack-k8s/hcloud"
version = "0.8.1"
version = "1.0.0"
name = "k8s"
hcloud_ssh_key = hcloud_ssh_key.key.id
Expand Down Expand Up @@ -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 = "0.8.1"
version = "1.0.0"
...
Expand Down

0 comments on commit 0a3bc05

Please sign in to comment.