diff --git a/config/version.php b/config/version.php index e5d87281a9..7a5e0c613a 100644 --- a/config/version.php +++ b/config/version.php @@ -1,10 +1,10 @@ 'v5.0.5-pre', - 'full_app_version' => 'v5.0.5-pre - build 5457-', - 'build_version' => '5457', + 'full_app_version' => 'v5.0.5-pre-52-g63a8535de', + 'build_version' => '5509', 'prerelease_version' => '', - 'hash_version' => '', - 'full_hash' => 'v5.0.5-pre', - 'branch' => 'master', + 'hash_version' => 'g63a8535de', + 'full_hash' => 'v5.0.5-pre-52-g63a8535de', + 'branch' => 'develop', ); \ No newline at end of file diff --git a/resources/views/locations/view.blade.php b/resources/views/locations/view.blade.php index 341fd89b81..d384304587 100644 --- a/resources/views/locations/view.blade.php +++ b/resources/views/locations/view.blade.php @@ -127,7 +127,7 @@ @if ($location->image!='')
- {{ $location->name }} + {{ $location->name }}
@endif
diff --git a/upgrade.php b/upgrade.php index 0fb7dfd9fa..94d80e5489 100644 --- a/upgrade.php +++ b/upgrade.php @@ -1,7 +1,7 @@