Skip to content

Commit

Permalink
chore: release v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Nov 30, 2024
1 parent 16a498d commit abf5770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Providers/AppServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public function boot(): void
define('SOLDER_STREAM', 'rolling');
}
if (! defined('SOLDER_VERSION')) {
define('SOLDER_VERSION', '0.8.1');
define('SOLDER_VERSION', '0.8.2');
}

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

0 comments on commit abf5770

Please sign in to comment.