Skip to content

Commit 324ab7f

Browse files
committed
chore: release v0.12.5
1 parent a37f520 commit 324ab7f

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.4');
41+
define('SOLDER_VERSION', '0.12.5');
4242
}
4343

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

0 commit comments

Comments
 (0)