Skip to content

Commit 5b71ece

Browse files
committed
Bump version
1 parent bc23ed2 commit 5b71ece

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/Providers/AppServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class AppServiceProvider extends ServiceProvider
2121
public function register(): void
2222
{
2323
$this->app->singleton('app_version', function () {
24-
return '1.0.0-beta.11';
24+
return '1.0.0-beta.12';
2525
});
2626

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

0 commit comments

Comments
 (0)