Skip to content

Commit

Permalink
Release v0.7.15
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Apr 23, 2023
1 parent 6cce2e2 commit 7b2a52c
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 @@ -26,7 +26,7 @@ public function boot(): void
define('SOLDER_STREAM', 'DEV');
}
if (! defined('SOLDER_VERSION')) {
define('SOLDER_VERSION', 'v0.7.14');
define('SOLDER_VERSION', 'v0.7.15');
}

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

0 comments on commit 7b2a52c

Please sign in to comment.