diff --git a/daemon/upgrade/0.5_to_0.6.md b/daemon/upgrade/0.5_to_0.6.md index fc83d1f1..fd65b6bf 100644 --- a/daemon/upgrade/0.5_to_0.6.md +++ b/daemon/upgrade/0.5_to_0.6.md @@ -1,4 +1,4 @@ -# Upgrading 0.5.X to 0.6.0 +# Upgrading 0.5.X to 0.6.1 [[toc]] @@ -26,7 +26,7 @@ Stop your Daemon process before continuing in order to avoid any issues and ensu ::: ``` bash -curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.0/daemon.tar.gz | tar --strip-components=1 -xzv +curl -L https://github.com/pterodactyl/daemon/releases/download/v0.6.1/daemon.tar.gz | tar --strip-components=1 -xzv ``` Then, update the core dependencies for the Daemon with the following command.