Bump version

This commit is contained in:
Dane Everitt 2021-01-08 21:25:37 -08:00
parent 6381ad5748
commit a7d13fcf65
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
3 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ run the commands below which will create the base directory and download the win
``` bash
mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.1/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.2/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -17,7 +17,7 @@ run the commands below which will create the base directory and download the win
``` bash
mkdir -p /etc/pterodactyl
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.1/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.2/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```

View File

@ -9,7 +9,7 @@ First, download the updated wings binary into `/usr/local/bin`.
:::
``` bash
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.1/wings_linux_amd64
curl -L -o /usr/local/bin/wings https://github.com/pterodactyl/wings/releases/download/v1.2.2/wings_linux_amd64
chmod u+x /usr/local/bin/wings
```