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
return [
'version' => '4.0.0-rc.1',
'version' => '4.0.0-nightly.0',
];

View File

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