Skip to content

Commit 01803ba

Browse files
committed
Bumped version value.
Signed-off-by: Joshua Parker <[email protected]>
1 parent e872e7a commit 01803ba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Application.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ final class Application extends Container
6464
use InvokerAware;
6565
use LoggerAware;
6666

67-
public const string APP_VERSION = '3.0.0';
67+
public const string APP_VERSION = '3.0.1';
6868

6969
public const string MIN_PHP_VERSION = '8.4';
7070

@@ -377,7 +377,7 @@ public function registerServiceProvider(
377377
// if it exists.
378378
if ($this->booted) {
379379
$this->bootServiceProvider(provider: $serviceProvider);
380-
};
380+
}
381381

382382
return $serviceProvider;
383383
}

0 commit comments

Comments
 (0)