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 5acb18a commit 0f3ac00Copy full SHA for 0f3ac00
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.5');
+ define('SOLDER_VERSION', '0.12.6');
42
43
44
View::composer('layouts.master', function ($view) {
0 commit comments