mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-19 06:43:45 +02:00
Change version handling; bump to 0.1.1-beta
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
</ul>
|
||||
<h3 class="nopad">Pterodactyl Admin Control Panel</h3><hr />
|
||||
<p>Welcome to the most advanced, lightweight, and user-friendly open source game server control panel.</p>
|
||||
<p>You are running version <code>{{ env('APP_VERSION', 'unknown') }}</code>.</p>
|
||||
<p>You are running version <code>{{ config('app.version') }}</code>.</p>
|
||||
</div>
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
|
||||
Reference in New Issue
Block a user