Skip to content

Commit 878b9f8

Browse files
committed
Bump version
1 parent 0cd32af commit 878b9f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Providers/AppServiceProvider.php

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

2626
$this->app->singleton('user_agent', function () {

0 commit comments

Comments
 (0)