main: change version numbering
This commit is contained in:
parent
b6432d2550
commit
08745c9fc3
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
// The release version of your application
|
// The release version of your application
|
||||||
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
// Example with dynamic git hash: trim(exec('git --git-dir ' . base_path('.git') . ' log --pretty="%h" -n1 HEAD'))
|
||||||
'release' => '4.0.0-beta.236',
|
'release' => '4.0.0',
|
||||||
// When left empty or `null` the Laravel environment will be used
|
// When left empty or `null` the Laravel environment will be used
|
||||||
'environment' => config('app.env'),
|
'environment' => config('app.env'),
|
||||||
|
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
return '4.0.0-beta.236';
|
return '4.0.0';
|
||||||
|
@ -41,7 +41,7 @@ if [ "$1" != "" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "-------------"
|
echo -e "-------------"
|
||||||
echo -e "Welcome to Last Hour Cloud v4 beta installer!"
|
echo -e "Welcome to Last Hour Cloud v4 installer!"
|
||||||
echo -e "This script will install everything for you."
|
echo -e "This script will install everything for you."
|
||||||
echo -e "(Source code: https://githaven.org/Shiloh/lasthourcloud/src/branch/main/scripts/install.sh)\n"
|
echo -e "(Source code: https://githaven.org/Shiloh/lasthourcloud/src/branch/main/scripts/install.sh)\n"
|
||||||
echo -e "-------------"
|
echo -e "-------------"
|
||||||
|
Loading…
Reference in New Issue
Block a user