fix: version
This commit is contained in:
parent
f784cdfc68
commit
7954b892bc
2 changed files with 2 additions and 1 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
<?php
|
<?php
|
||||||
|
|
||||||
return [
|
return [
|
||||||
'version' => '4.0.0-rc.1',
|
'version' => '4.0.0-nightly.0',
|
||||||
];
|
];
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue