We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c537795 commit 63aa50eCopy full SHA for 63aa50e
1 file changed
src/Providers/FusionServiceProvider.php
@@ -44,7 +44,7 @@ public function boot()
44
public function register()
45
{
46
if (! defined('FUSION_VERSION')) {
47
- define('FUSION_VERSION', '6.0.0-beta.9');
+ define('FUSION_VERSION', '6.0.0-beta.10');
48
}
49
50
$this->registerProviders();
0 commit comments