Skip to content

Commit 0f3ac00

Browse files
committed
chore: release v0.12.6
1 parent 5acb18a commit 0f3ac00

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
@@ -38,7 +38,7 @@ public function boot(): void
3838
define('SOLDER_STREAM', 'rolling');
3939
}
4040
if (! defined('SOLDER_VERSION')) {
41-
define('SOLDER_VERSION', '0.12.5');
41+
define('SOLDER_VERSION', '0.12.6');
4242
}
4343

4444
View::composer('layouts.master', function ($view) {

0 commit comments

Comments
 (0)