Skip to content

Commit

Permalink
Merge pull request #101 from kaidesu/bump-version
Browse files Browse the repository at this point in the history
Bump version
  • Loading branch information
skrolikowski authored Jul 15, 2020
2 parents 6a97c86 + 7ec5009 commit 63c7640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Providers/FusionServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public function boot()
public function register()
{
if (! defined('FUSION_VERSION')) {
define('FUSION_VERSION', '6.0.0-beta.5');
define('FUSION_VERSION', '6.0.0-beta.9');
}

$this->registerProviders();
Expand Down

0 comments on commit 63c7640

Please sign in to comment.