diff --git a/panel/0.7/getting_started.md b/panel/0.7/getting_started.md
index 361e9b94..af4c0cb8 100644
--- a/panel/0.7/getting_started.md
+++ b/panel/0.7/getting_started.md
@@ -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.
``` 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
chmod -R 755 storage/* bootstrap/cache/
```
diff --git a/panel/0.7/upgrade/0.6_to_0.7.md b/panel/0.7/upgrade/0.6_to_0.7.md
index bf88e22b..2ad18530 100644
--- a/panel/0.7/upgrade/0.6_to_0.7.md
+++ b/panel/0.7/upgrade/0.6_to_0.7.md
@@ -7,7 +7,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
directory you are currently in.
``` 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
diff --git a/panel/0.7/upgrade/0.7.md b/panel/0.7/upgrade/0.7.md
index 880b2c64..18615db8 100644
--- a/panel/0.7/upgrade/0.7.md
+++ b/panel/0.7/upgrade/0.7.md
@@ -9,7 +9,7 @@ to ensure that you're in the `/var/www/pterodactyl` directory as the command bel
into your current folder.
``` 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
diff --git a/panel/0.7/upgrading.md b/panel/0.7/upgrading.md
index 18c8575f..7be2fcad 100644
--- a/panel/0.7/upgrading.md
+++ b/panel/0.7/upgrading.md
@@ -24,6 +24,6 @@ php artisan queue:restart
## 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)
-* [0.7.17 to 1.0.X](/panel/upgrade/0.7_to_1.0.md)
+* [0.7.18 to 1.0.X](/panel/upgrade/0.7_to_1.0.md)