Skip to content

Commit

Permalink
Update LarascordServiceProvider.php
Browse files Browse the repository at this point in the history
Signed-off-by: Jakye <[email protected]>
  • Loading branch information
JakyeRU authored Feb 20, 2023
1 parent c70a005 commit 841edd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/LarascordServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ class LarascordServiceProvider extends ServiceProvider
*
* @var string
*/
const VERSION = '4.1.1';
const VERSION = '4.1.2';

/*
* Register the application services.
Expand Down Expand Up @@ -64,4 +64,4 @@ protected function registerRoutes(): void
{
$this->loadRoutesFrom(__DIR__.'/routes/larascord.php');
}
}
}

0 comments on commit 841edd8

Please sign in to comment.