Change version handling; bump to 0.1.1-beta
This commit is contained in:
parent
c81bc37865
commit
35de668622
5 changed files with 67 additions and 3 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue