Skip to content

Commit d3399dd

Browse files
committed
Update version number
1 parent 0eef6ae commit d3399dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

index.php

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*
1919
* @var string
2020
*/
21-
define('MPG_APP_VERSION', '1.2.5');
21+
define('MPG_APP_VERSION', '1.2.6');
2222

2323
/**
2424
* Development mode?
@@ -80,8 +80,10 @@
8080
$serverRequest = ServerRequestFactory::createFromGlobals();
8181

8282
try {
83+
8384
$response = $application->dispatch($serverRequest);
8485
$application->send($response);
86+
8587
} catch (NotFoundHttpException $e) {
8688
die('Route not found. Try to append a slash to URL.');
8789
}

0 commit comments

Comments
 (0)