From a7d13fcf65c0c9a60065d416222fcf6ebda27c6f Mon Sep 17 00:00:00 2001 From: Dane Everitt Date: Fri, 8 Jan 2021 21:25:37 -0800 Subject: [PATCH] Bump version --- wings/1.0/installing.md | 2 +- wings/1.0/migrating.md | 2 +- wings/1.0/upgrading.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wings/1.0/installing.md b/wings/1.0/installing.md index c51f35d5..4c39eb2f 100644 --- a/wings/1.0/installing.md +++ b/wings/1.0/installing.md @@ -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 ``` diff --git a/wings/1.0/migrating.md b/wings/1.0/migrating.md index 8bf99d8f..ba44f3bf 100644 --- a/wings/1.0/migrating.md +++ b/wings/1.0/migrating.md @@ -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 ``` diff --git a/wings/1.0/upgrading.md b/wings/1.0/upgrading.md index 450e347f..b99fc4e6 100644 --- a/wings/1.0/upgrading.md +++ b/wings/1.0/upgrading.md @@ -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 ```