fix: version

This commit is contained in:
Andras Bacsai 2023-04-12 14:08:48 +02:00
parent f784cdfc68
commit 7954b892bc
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
return [ return [
'version' => '4.0.0-rc.1', 'version' => '4.0.0-nightly.0',
]; ];

View File

@ -1,4 +1,5 @@
<nav> <nav>
<div>v{{ config('coolify.version') }}</div>
@guest @guest
<a href="/login">Login</a> <a href="/login">Login</a>
<a href="/register">Register</a> <a href="/register">Register</a>