Bump for release

This commit is contained in:
Dane Everitt 2020-07-26 12:04:46 -07:00
parent 5ccf75d256
commit 6afb43fe41
No known key found for this signature in database
GPG Key ID: EEA66103B3D71F53
4 changed files with 5 additions and 5 deletions

View File

@ -84,7 +84,7 @@ and then set the correct permissions on the `storage/` and `bootstrap/cache/` di
allow us to store files as well as keep a speedy cache available to reduce load times. allow us to store files as well as keep a speedy cache available to reduce load times.
``` bash ``` bash
curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.17/panel.tar.gz curl -Lo panel.tar.gz https://github.com/pterodactyl/panel/releases/download/v0.7.18/panel.tar.gz
tar --strip-components=1 -xzvf panel.tar.gz tar --strip-components=1 -xzvf panel.tar.gz
chmod -R 755 storage/* bootstrap/cache/ chmod -R 755 storage/* bootstrap/cache/
``` ```

View File

@ -7,7 +7,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
directory you are currently in. directory you are currently in.
``` bash ``` bash
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.17/panel.tar.gz | tar --strip-components=1 -xzv curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.18/panel.tar.gz | tar --strip-components=1 -xzv
``` ```
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid

View File

@ -9,7 +9,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
into your current folder. into your current folder.
``` bash ``` bash
curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.17/panel.tar.gz | tar --strip-components=1 -xzv curl -L https://github.com/pterodactyl/panel/releases/download/v0.7.18/panel.tar.gz | tar --strip-components=1 -xzv
``` ```
Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid Once all of the files are downloaded we need to set the correct permissions on the cache and storage directories to avoid

View File

@ -24,6 +24,6 @@ php artisan queue:restart
## Version Specific Guides ## Version Specific Guides
* [0.6.X to 0.7.17](/panel/upgrade/0.6_to_0.7.md) * [0.6.X to 0.7.18](/panel/upgrade/0.6_to_0.7.md)
* [0.7.X series](/panel/upgrade/0.7.md) <Badge text="current" vertical="middle"/> * [0.7.X series](/panel/upgrade/0.7.md) <Badge text="current" vertical="middle"/>
* [0.7.17 to 1.0.X](/panel/upgrade/0.7_to_1.0.md) <Badge text="alpha release" vertical="middle"/> * [0.7.18 to 1.0.X](/panel/upgrade/0.7_to_1.0.md) <Badge text="alpha release" vertical="middle"/>