Skip to content

Commit

Permalink
Prepare v0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ffilippopoulos committed Apr 26, 2021
1 parent 3651f3c commit 2aa9aec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ https://github.com/utilitywarehouse/wiresteward/releases
To install on linux:

```
wget -O /usr/local/bin/wiresteward https://github.com/utilitywarehouse/wiresteward/releases/download/0.2.0-rc.6/wiresteward_0.2.0-rc.6_linux_amd64
wget -O /usr/local/bin/wiresteward https://github.com/utilitywarehouse/wiresteward/releases/download/v0.2.0/wiresteward_0.2.0_linux_amd64
chmod +x /usr/local/bin/wiresteward
```

Expand Down
2 changes: 1 addition & 1 deletion terraform/ignition/io.tf
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ variable "wireguard_exposed_subnets" {
variable "wiresteward_version" {
type = string
description = "The version of wiresteward to deploy (see https://github.com/utilitywarehouse/wiresteward/)"
default = "0.2.0-rc.3"
default = "v0.2.0"
}

variable "traefik_image" {
Expand Down

0 comments on commit 2aa9aec

Please sign in to comment.