Skip to content

Commit

Permalink
Merge pull request #2769 from l0gicgate/4.x-Release
Browse files Browse the repository at this point in the history
Slim 4 Release
  • Loading branch information
l0gicgate committed Aug 1, 2019
2 parents 0519869 + 2b0ed80 commit 54b2493
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Slim/App.php
Expand Up @@ -25,18 +25,14 @@
use Slim\Routing\RouteResolver;
use Slim\Routing\RouteRunner;

/**
* This is the primary class with which you instantiate,
* configure, and run a Slim Framework application.
*/
class App extends RouteCollectorProxy implements RequestHandlerInterface
{
/**
* Current version
*
* @var string
*/
public const VERSION = '4.0.0-beta';
public const VERSION = '4.0.0';

/**
* @var MiddlewareDispatcher
Expand Down

0 comments on commit 54b2493

Please sign in to comment.