main: change version numbering

This commit is contained in:
Gary 2024-03-06 11:55:06 -08:00
parent b6432d2550
commit 08745c9fc3
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@
// The release version of your application
// 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
'environment' => config('app.env'),

View File

@ -1,3 +1,3 @@
<?php
return '4.0.0-beta.236';
return '4.0.0';

View File

@ -41,7 +41,7 @@ if [ "$1" != "" ]; then
fi
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 "(Source code: https://githaven.org/Shiloh/lasthourcloud/src/branch/main/scripts/install.sh)\n"
echo -e "-------------"