Skip to content

Commit f85a0ab

Browse files
committed
Bump version
1 parent abd2964 commit f85a0ab

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/Providers/AppServiceProvider.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ class AppServiceProvider extends ServiceProvider
2020
public function register(): void
2121
{
2222
$this->app->singleton('app_version', function () {
23-
return '1.0.0-beta.7';
23+
return '1.0.0-beta.8';
2424
});
2525

2626
$this->app->singleton('user_agent', function () {
2727
$version = app('app_version');
2828
$url = config('app.url');
2929

30-
return "Loops/{$version} (Laravel/".app()->version()."; +{$url})";
30+
return "Loops/{$version} (Laravel/12.x; +{$url})";
3131
});
3232
}
3333

0 commit comments

Comments
 (0)