summaryrefslogtreecommitdiff
path: root/lib/Dancer2/Core/Dispatcher.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Dancer2/Core/Dispatcher.pm')
-rw-r--r--lib/Dancer2/Core/Dispatcher.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Dancer2/Core/Dispatcher.pm b/lib/Dancer2/Core/Dispatcher.pm
index 1a33e440..dc477b9c 100644
--- a/lib/Dancer2/Core/Dispatcher.pm
+++ b/lib/Dancer2/Core/Dispatcher.pm
@@ -1,6 +1,6 @@
package Dancer2::Core::Dispatcher;
# ABSTRACT: Class for dispatching request to the appropriate route handler
-$Dancer2::Core::Dispatcher::VERSION = '1.0.0';
+$Dancer2::Core::Dispatcher::VERSION = '1.1.0';
use Moo;
use Dancer2::Core::Types;
@@ -73,7 +73,7 @@ Dancer2::Core::Dispatcher - Class for dispatching request to the appropriate rou
=head1 VERSION
-version 1.0.0
+version 1.1.0
=head1 SYNOPSIS