Change version handling; bump to 0.1.1-beta

This commit is contained in:
Dane Everitt 2016-01-23 21:42:56 -05:00
parent c81bc37865
commit 35de668622
5 changed files with 67 additions and 3 deletions

View file

@ -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 () {