diff --git a/src/Router.php b/src/Router.php index e90f972..3dc8674 100644 --- a/src/Router.php +++ b/src/Router.php @@ -29,7 +29,7 @@ */ class Router { - const VERSION = '3.0.5.pre.1'; + const VERSION = '3.0.5'; private $control = ''; private $forceSlash = false;