We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37f520 commit 324ab7fCopy full SHA for 324ab7f
app/Providers/AppServiceProvider.php
@@ -38,7 +38,7 @@ public function boot(): void
38
define('SOLDER_STREAM', 'rolling');
39
}
40
if (! defined('SOLDER_VERSION')) {
41
- define('SOLDER_VERSION', '0.12.4');
+ define('SOLDER_VERSION', '0.12.5');
42
43
44
View::composer('layouts.master', function ($view) {
0 commit comments